Skip to content

Commit

Permalink
test on Python 3.8 development release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wooble committed May 24, 2019
1 parent 2248221 commit eb72830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ python:
- "3.7"
- "pypy2.7-6.0"
- "pypy3.5-6.0"
- "3.8-dev"

cache: pip

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36,py37,pypy,pypy3,flake8,manifest,lint,docs
envlist = py27,py34,py35,py36,py37,pypy,pypy3,flake8,manifest,lint,docs,py38

[testenv]
deps=
Expand Down

0 comments on commit eb72830

Please sign in to comment.