Skip to content

Commit

Permalink
Merge pull request #114 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Travis CI and tox.ini: Add Python 3.7 to the testing
  • Loading branch information
KevinHock committed Jan 7, 2019
2 parents 5f32b51 + b405043 commit 795b334
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ matrix:
python: 3.5
- env: TOXENV=py36
python: 3.6
- env: TOXENV=py37
python: 3.7
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
- env: TOXENV=pypy
python: pypy
install:
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[tox]
project = detect_secrets
# These should match the travis env list
envlist = py27,py35,py36,pypy
envlist = py27,py35,py36,py37,pypy
skip_missing_interpreters = true
tox_pip_extensions_ext_pip_custom_platform = true
tox_pip_extensions_ext_venv_update = true

Expand Down

0 comments on commit 795b334

Please sign in to comment.