Skip to content

Commit b73986c

Browse files
committed
Get Travis-CI working for Python 3.2
- from @eandersson: gmr#85
1 parent 549c707 commit b73986c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ python:
99
- 3.4
1010
install:
1111
- 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
1213
- pip install -r requirements.txt --download-cache $HOME/.pip-cache
1314
- pip install -r test-requirements.txt --download-cache $HOME/.pip-cache
1415
script: nosetests --with-coverage --cover-package=rabbitpy -v -l DEBUG --logging-level=DEBUG

0 commit comments

Comments
 (0)