Skip to content

Commit

Permalink
Add python 3.7 to linux test matrix (#223)
Browse files Browse the repository at this point in the history
Although python 3.7's not yet released, it will be soon...
  • Loading branch information
ceball committed Jun 25, 2018
1 parent 912559e commit 67bbf36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
script:
- tox -e $TOX_ENV

- <<: *default
python: 3.7-dev
env: TOX_ENV=py37

- <<: *default
python: 3.5
env: TOX_ENV=py35
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py36,py35,py34,py27,pypy,
py37,py36,py35,py34,py27,pypy,
{py27,py36}-flakes,
{py27,py36}-with_numpy,
{py27,py36}-with_ipython
Expand Down

0 comments on commit 67bbf36

Please sign in to comment.