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 9eb9b73 commit 21f7595Copy full SHA for 21f7595
.travis.yml
@@ -9,7 +9,7 @@ matrix:
9
- { python: 'pypy', env: TOXENV=pypy }
10
- { python: 'pypy3', env: TOXENV=pypy3 }
11
12
- # Report coverage for the latest Python 3 and 3 versions, and for PyPy,
+ # Report coverage for the latest Python 2 and 3 versions, and for PyPy,
13
# to cover all the interesting code paths.
14
- { python: '2.7', env: TOXENV=py27-codecov }
15
- { python: '3.5', env: TOXENV=py35-codecov }
0 commit comments