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 06b8f84 commit 4c28722Copy full SHA for 4c28722
.travis.yml
@@ -13,7 +13,7 @@ install:
13
- pip install codecov
14
- if [[ "$TRAVIS_PYTHON_VERSION" == 2.6* ]]; then travis_retry pip install unittest2; fi
15
- if [[ "$TRAVIS_PYTHON_VERSION" == 2.6* ]]; then travis_retry pip uninstall -y pbr; fi
16
-- if [[ "$TRAVIS_PYTHON_VERSION" == "3.2" ]]; then travis_retry pip install coverage==3.7.1; fi
+- if [[ "$TRAVIS_PYTHON_VERSION" == 2* ]]; then travis_retry pip install mock; fi
17
- if [[ "$TRAVIS_PYTHON_VERSION" != "3.2" ]]; then travis_retry pip install coverage; fi
18
- python setup.py install
19
0 commit comments