Skip to content

Commit

Permalink
Fix drop old python
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell committed Jun 16, 2019
1 parent f1ea783 commit 38755c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: python

python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,pycodestyle
envlist = py27,py36,py37,pycodestyle

[testenv]
commands=python setup.py test
Expand Down

0 comments on commit 38755c4

Please sign in to comment.