Skip to content

Commit 391bd2d

Browse files
committed
Fix travis.yml
1 parent 72f30ab commit 391bd2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ services:
22
- memcached
33
language: python
44
python: 3.3
5-
before_script: "pip install tox"
5+
before_script:
6+
- "pip install --upgrade pip"
7+
- "pip install tox pymemcache flask"
68
script: "tox"

0 commit comments

Comments
 (0)