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 04ee206 commit 73ecbebCopy full SHA for 73ecbeb
.travis.yml
@@ -8,8 +8,9 @@ before_install:
8
- virtualenv --system-site-packages ~/virtualenv/this
9
- source ~/virtualenv/this/bin/activate
10
install:
11
-# - pip install -r requirements.txt
+ - pip install -r requirements.txt
12
- pip install nose
13
+ - pip install coverage
14
- pip install coveralls
15
- python setup.py install
16
script:
0 commit comments