We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da414d8 commit 7aa8893Copy full SHA for 7aa8893
.travis.yml
@@ -12,4 +12,5 @@ install:
12
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
13
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi
14
- "pip install pytest pytest-cov"
15
-script: py.test --doctest-modules --cov ./
+script: py.test --doctest-modules --cov ./
16
+os: osx
0 commit comments