Skip to content

Commit

Permalink
Remove py2 from environments list (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
a5kin committed Feb 25, 2018
1 parent ab6aa11 commit 4b9d9c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,6 @@ language: python
python:
- "3.5"
- "3.6"
- "pypy"
- "pypy3"

install:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{35,36,py,py3}
envlist = py{35,36,py3}

[testenv]
deps =
Expand Down

0 comments on commit 4b9d9c2

Please sign in to comment.