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 b866c9b commit 48d7d04Copy full SHA for 48d7d04
1 file changed
.travis.yml
@@ -5,5 +5,7 @@ python:
5
- "3.2"
6
- "3.3"
7
8
-install: "pip install -r requirements.txt"
+install:
9
+ - "pip install -r requirements.txt"
10
+ - "python setup.py install
11
script: python test/__init__.py
0 commit comments