Skip to content

Commit

Permalink
travis: Add support for CPython 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
neiljp committed Dec 15, 2019
1 parent c0fe147 commit 63ae9b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ matrix:
env: RUN_MYPY=yes
- python: 3.7
name: "CPython 3.7 pytest (default linux)"
- python: 3.8
name: "CPython 3.8 pytest (default linux)"
- python: pypy3.5
name: "PyPy 3.5 pytest (default linux)"
- os: osx
Expand Down

0 comments on commit 63ae9b9

Please sign in to comment.