Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
add py37
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Feb 27, 2019
1 parent 07593f6 commit 49229ea
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 @@ -21,6 +21,10 @@ matrix:
env: TOXENV=checkers
- python: "3.6"
env: ENV=dev
- dist: xenial
language: python
python: 3.7
env: TOXENV=py37
allow_failures:
- env: TOXENV=nightly
- env: ENV=dev
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ max-complexity=10
ignore=D203

[tox]
envlist=py27,py35,py36,nightly,checkers
envlist=py27,py35,py36,py37,nightly,checkers

[testenv]
deps=
Expand Down

0 comments on commit 49229ea

Please sign in to comment.