Skip to content

Commit 7e353b8

Browse files
committed
Merge pull request #67 from haypo/py3
Port memcache to Python 3
2 parents 48e8827 + 04f1c78 commit 7e353b8

File tree

5 files changed

+158
-101
lines changed

5 files changed

+158
-101
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ python:
66
- 3.3
77
- 3.4
88
- pypy
9-
matrix:
10-
allow_failures:
11-
- python: 3.2
12-
- python: 3.3
13-
- python: 3.4
149
services:
1510
- memcached
1611
install: python setup.py install

0 commit comments

Comments
 (0)