Skip to content

Commit fdb7b6f

Browse files
committed
don't img test on python 3.6
1 parent 3a2b811 commit fdb7b6f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,14 @@ matrix:
1414
- ARGS="--mpl --verbose"
1515
- python: 3.5
1616
env:
17-
- COVERAGE=false
17+
- COVERAGE=true
1818
- EXTRATESTERS=""
1919
- ARGS="--mpl --verbose"
2020
- python: 3.6
2121
env:
2222
- COVERAGE=false
2323
- EXTRATESTERS=""
24-
- ARGS="--mpl --verbose"
25-
- python: 3.6
26-
env:
27-
- COVERAGE=true
28-
- EXTRATESTERS=""
29-
- ARGS="--mpl --verbose --pep8"
24+
- ARGS="--verbose --pep8"
3025

3126
before_install:
3227

0 commit comments

Comments
 (0)