Skip to content

Commit

Permalink
add python37 test
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Aug 10, 2018
1 parent c24cf76 commit bb6bf6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ matrix:
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- python: "pypy-5.4.1"
env: TOXENV=pypy
- python: "pypy3"
env: TOXENV=pypy3
- python: "3.7"
env: TOXENV=py37
dist: xenial
sudo: true

sudo: false

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 = py{27,34,35,36},pypy-5.4.1,pypy3
envlist = py{27,34,35,36,37}
skip_missing_interpreters=true

[testenv]
Expand Down

0 comments on commit bb6bf6a

Please sign in to comment.