Skip to content

Commit 16986e3

Browse files
testing pycodestyle with python3
1 parent 4431c4d commit 16986e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
[[ "${TRAVIS_TAG}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(([ab]|dev|rc)[0-9]+)?$ ]]
2525
2626
- stage: test
27-
python: 3.7
27+
python: 3.9
28+
env: TOXENV=update-pycodestyle
29+
- python: 3.7
2830
env: TOXENV=docs
2931
- python: 3.5
3032
env: TOXENV=py35

0 commit comments

Comments
 (0)