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 56b649f commit b4944dfCopy full SHA for b4944df
scripts/travis.sh
@@ -69,14 +69,17 @@ travis_test_install() {
69
70
# For testing/code coverage.
71
case "$TRAVIS_PYTHON_VERSION" in
72
+ 2.6)
73
+ travis_retry pip install coverage nose-timer==0.7.0
74
+ ;;
75
3.2)
- travis_retry pip install coverage==3.7.1
76
+ travis_retry pip install coverage==3.7.1 nose-timer
77
;;
78
*)
- travis_retry pip install coverage
79
+ travis_retry pip install coverage nose-timer
80
81
esac
- travis_retry pip install coveralls rednose nose-timer
82
+ travis_retry pip install coveralls rednose
83
}
84
85
travis_test_script() {
0 commit comments