Skip to content

Commit

Permalink
Revert "travis: Start testing Python 3.7, PyPy"
Browse files Browse the repository at this point in the history
This reverts commit e9ed56c. Python 3.7
is still unsupported by Travis [1].

Conflicts
	.travis.yml

NOTE(stephenfin): Only the Python 3.7 testing is dropped. PyPy testing
is retained.

[1] travis-ci/travis-ci#9815

Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Oct 1, 2018
1 parent b4193f2 commit dc76557
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 @@ -6,7 +6,6 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
- pypy
install:
- pip install tox-travis
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = pep8,mypy,py{27,34,35,36,37,py}
envlist = pep8,mypy,py{27,34,35,36,py}

[testenv]
deps =
Expand Down

0 comments on commit dc76557

Please sign in to comment.