We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239992d commit 109f449Copy full SHA for 109f449
1 file changed
.travis.yml
@@ -22,6 +22,7 @@ install:
22
# Replace dep1 dep2 ... with your dependencies
23
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy nose
24
- source activate test-environment
25
+ - python setup.py install
26
- make test
27
script:
28
- nosetests -v
0 commit comments