Skip to content

Commit

Permalink
drop python3.4 and python3.5 and add python3.7
Browse files Browse the repository at this point in the history
as they are not widely used anymore in modern releases of popular
distros.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
  • Loading branch information
tchaikov committed Oct 6, 2020
1 parent 07e2123 commit 9ac075d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- pypy
install: pip install coveralls tox-travis
script: tox
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Dependency
For nodeenv
^^^^^^^^^^^

* python (2.6+, 3.3+, or pypy)
* python (2.6+, 3.5+, or pypy)
* make
* tail

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]
# These should match the travis env list
envlist = py27,py34,py35,py36,pypy
envlist = py27,py36,py37,pypy

[testenv]
install_command = pip install {opts} {packages}
Expand Down

0 comments on commit 9ac075d

Please sign in to comment.