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 ffba045 commit 4170be7Copy full SHA for 4170be7
.travis.yml
@@ -3,9 +3,6 @@ sudo: false
3
matrix:
4
include:
5
- python: 2.7
6
- - python: 3.2
7
- - python: 3.3
8
- - python: 3.4
9
- python: 3.5
10
- python: 3.6
11
- python: 3.7
@@ -14,13 +11,8 @@ matrix:
14
- python: nightly
15
12
- python: pypy3
16
13
allow_failures:
17
- - python: 3.2 # EOL
18
- - python: 3.3 # EOL
19
- - python: 3.4 # EOL
20
21
before_install:
22
-- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi
23
-- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install 'pyflakes<2.0.0'; fi
24
- pip install codecov
25
install:
26
- pip install -r requirements.txt
0 commit comments