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 01a58f2 commit ce6ea37Copy full SHA for ce6ea37
.travis.yml
@@ -3,6 +3,7 @@ python:
3
- "2.6"
4
- "2.7"
5
# command to install dependencies
6
-install: "python setup.py install"
+install:
7
+ - pip install -r requirements.txt
8
# command to run tests
9
script: invoke tests
0 commit comments