Skip to content

Commit d1e22ac

Browse files
committed
fix travis.yml
1 parent 391bd2d commit d1e22ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ services:
33
language: python
44
python: 3.3
55
before_script:
6-
- "pip install --upgrade pip"
7-
- "pip install tox pymemcache flask"
6+
- "pip install --upgrade pip tox"
87
script: "tox"

0 commit comments

Comments
 (0)