Skip to content

Commit

Permalink
drop supporting pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
aodag committed Jan 28, 2018
1 parent dc49c5a commit 23913c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
sudo: false
language: python
python:
# - pypy
- 3.4
- 3.5
- 3.6
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py34,py35,py36,pypy,coverage,flake8,pylint,mypy
envlist = py34,py35,py36,coverage,flake8,pylint,mypy

[testenv]
commands =
Expand Down

0 comments on commit 23913c6

Please sign in to comment.