File tree
Expand file treeCollapse file tree1 file changed
+2
-3
lines changed Expand file treeCollapse file tree1 file changed
+2
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
|
6 | 6 | - "3.5"
|
7 | 7 | - "3.6"
|
8 | 8 | - "3.6-dev"
|
9 |
| -- "3.7-dev" |
10 |
| -- "nightly" |
| 9 | + |
11 | 10 | install:
|
12 | 11 | - if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
|
13 | 12 | - if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi
|
14 | 13 | - "pip install pytest pytest-cov"
|
15 |
| -script: py.test --doctest-modules --cov ./ |
| 14 | +script: py.test --doctest-modules --cov ./ |
You can’t perform that action at this time.
0 commit comments