We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f30ab commit 391bd2dCopy full SHA for 391bd2d
.travis.yml
@@ -2,5 +2,7 @@ services:
2
- memcached
3
language: python
4
python: 3.3
5
-before_script: "pip install tox"
+before_script:
6
+ - "pip install --upgrade pip"
7
+ - "pip install tox pymemcache flask"
8
script: "tox"
0 commit comments