Skip to content

Commit

Permalink
add py37 to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
poipoii committed Jul 11, 2019
1 parent fe55d1a commit 34d4c90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ language: python
python:
- 2.7
- 3.6
- 3.7
cache: pip
install:
- pip install tox-travis
- pip install pytest-cov coveralls
- pip install tox-travis pytest-cov coveralls
script: tox
after_success: coveralls
notifications:
Expand Down
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py36
envlist = py27,py36,py37,flake8

[testenv]
deps=
Expand All @@ -15,3 +15,7 @@ testpaths = googletrans/ tests/

[flake8]
exclude = .tox

[travis]
python =
3.6: py36, flake8

0 comments on commit 34d4c90

Please sign in to comment.