Skip to content

Commit 904f17b

Browse files
committed
Update travis for xenial
1 parent a1c84a1 commit 904f17b

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

.travis.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
group: travis_latest
1+
dist: xenial
22
language: python
33
cache: pip
44

55
matrix:
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

3031
script:
31-
- py.test --flake8 $COVERAGE
32+
- py.test $FLAKE8 $COVERAGE
3233

3334
after_success:
3435
- if [ -n "$COVERAGE" ]; then coveralls; fi

0 commit comments

Comments
 (0)