Skip to content

Commit 8c65eef

Browse files
authoredOct 25, 2019
Travis CI: Add more flake8 tests and lint on Python 3.8
1 parent 4fad994 commit 8c65eef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ flake8-steps: &flake8-steps
88
before_script:
99
- flake8 --version
1010
# stop the build if there are Python syntax errors or undefined names
11-
- flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics --exclude ./ckan/include/rjsmin.py,./contrib/cookiecutter/*
11+
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude ./ckan/include/rjsmin.py,./contrib/cookiecutter/*
1212
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
1313
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
1414
script:
@@ -43,6 +43,5 @@ matrix:
4343
- python: "2.7"
4444
<<: *flake8-steps
4545

46-
- python: "3.7"
47-
dist: xenial # required for Python 3.7
46+
- python: "3.8"
4847
<<: *flake8-steps

0 commit comments

Comments
 (0)
Please sign in to comment.