Skip to content

Commit 7aa8893

Browse files
authored
Update .travis.yml
1 parent da414d8 commit 7aa8893

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ install:
1212
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
1313
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi
1414
- "pip install pytest pytest-cov"
15-
script: py.test --doctest-modules --cov ./
15+
script: py.test --doctest-modules --cov ./
16+
os: osx

0 commit comments

Comments
 (0)