File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- group : travis_latest
1+ dist : xenial
22language : python
33cache : pip
44
55matrix :
66 include :
77 - python : ' 2.7'
8- env : COVERAGE=--cov
9- - python : ' pypy'
8+ env :
9+ - COVERAGE=--cov
10+ - FLAKE8=--flake8
11+ - python : ' pypy2.7'
1012 - python : ' 3.4'
1113 - python : ' 3.5'
1214 - python : ' 3.6'
1315 - python : ' 3.7'
14- env : COVERAGE=--cov
15- dist : xenial
16- - python : ' pypy3'
16+ env :
17+ - COVERAGE=--cov
18+ - FLAKE8=--flake8
19+ - python : ' pypy3.5'
1720 - python : ' 3.8-dev'
18- dist : xenial
1921 - python : ' nightly'
20- dist : xenial
2122 allow_failures :
2223 - python : ' 3.8-dev'
2324 - python : ' nightly'
@@ -28,7 +29,7 @@ install:
2829 - pip install -e .
2930
3031script :
31- - py.test --flake8 $COVERAGE
32+ - py.test $FLAKE8 $COVERAGE
3233
3334after_success :
3435 - if [ -n "$COVERAGE" ]; then coveralls; fi
You can’t perform that action at this time.
0 commit comments