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 549c707 commit b73986cCopy full SHA for b73986c
.travis.yml
@@ -9,6 +9,7 @@ python:
9
- 3.4
10
install:
11
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 --download-cache $HOME/.pip-cache; fi
12
+ - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1; fi
13
- pip install -r requirements.txt --download-cache $HOME/.pip-cache
14
- pip install -r test-requirements.txt --download-cache $HOME/.pip-cache
15
script: nosetests --with-coverage --cover-package=rabbitpy -v -l DEBUG --logging-level=DEBUG
0 commit comments