Skip to content

Commit

Permalink
Merge pull request #288 from hugovk/add-3.8-dev
Browse files Browse the repository at this point in the history
CI: Test on 3.8-dev, remove 3.6-dev and 3.7-dev
  • Loading branch information
hugovk authored Nov 26, 2018
2 parents 08294f0 + 51821e4 commit 5fded83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ matrix:
env: TOXENV=pypy3
- python: pypy
env: TOXENV=pypy
- python: 3.6-dev
env: TOXENV=py36dev
- python: 3.7-dev
env: TOXENV=py37dev
- python: 3.8-dev
env: TOXENV=py38dev
dist: xenial
allow_failures:
- env: TOXENV=pypy
- env: TOXENV=pypy3
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, py37, py36, py35, py34, pypy, pypy3, py36dev, py37dev
envlist = py27, py37, py36, py35, py34, pypy, pypy3, py38dev
recreate = False

[testenv]
Expand Down

0 comments on commit 5fded83

Please sign in to comment.