Skip to content

Commit 4c28722

Browse files
committed
Adds mock for 2.x tests; removes 3.2 deps
1 parent 06b8f84 commit 4c28722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- pip install codecov
1414
- if [[ "$TRAVIS_PYTHON_VERSION" == 2.6* ]]; then travis_retry pip install unittest2; fi
1515
- 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
16+
- if [[ "$TRAVIS_PYTHON_VERSION" == 2* ]]; then travis_retry pip install mock; fi
1717
- if [[ "$TRAVIS_PYTHON_VERSION" != "3.2" ]]; then travis_retry pip install coverage; fi
1818
- python setup.py install
1919
- pip install codecov

0 commit comments

Comments
 (0)