Skip to content

Commit

Permalink
Drop py2 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell authored Jul 1, 2020
1 parent b383c01 commit 86e369a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cache:
- "$TRAVIS_BUILD_DIR/.tox"

python:
- 2.7
- 3.6
- 3.7
- 3.8

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,py36,py37,flake8
envlist = py36,py37,py38,flake8

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

0 comments on commit 86e369a

Please sign in to comment.