We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 172b6bb + 5289286 commit 5a48e29Copy full SHA for 5a48e29
.travis.yml
@@ -3,7 +3,7 @@ python:
3
- '2.7'
4
- '3.3'
5
- '3.4'
6
-install: pip install .
+install: pip install -U setuptools; pip install .
7
script: nosetests
8
sudo: false
9
deploy:
0 commit comments