Skip to content

Commit

Permalink
Add Python 3.8 to test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
nehpetsde committed Sep 6, 2020
1 parent 7452241 commit 599fce8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Expand Up @@ -18,15 +18,17 @@ matrix:
env: TOXENV=py3
- python: "3.7"
env: TOXENV=py3
- python: "3.8"
env: TOXENV=py3

# Meta
- python: "3.7"
- python: "3.8"
env: TOXENV=flake8
- python: "3.7"
- python: "3.8"
env: TOXENV=manifest
- python: "3.7"
- python: "3.8"
env: TOXENV=docs
- python: "3.7"
- python: "3.8"
env: TOXENV=readme


Expand Down

0 comments on commit 599fce8

Please sign in to comment.