We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb61b4d commit e404c98Copy full SHA for e404c98
.travis.yml
@@ -6,5 +6,8 @@ python:
6
- 3.2
7
- 3.3
8
9
-install: "pip install cython six . --use-mirrors"
+install:
10
+ - "pip install cython six --use-mirrors"
11
+ - "python setup.py install"
12
+
13
script: nosetests
0 commit comments