Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 4017a9d

Browse files
committed
upstream release-8.0 wasn't ready for py37 and we didn't release py37 package
1 parent d492cd3 commit 4017a9d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ matrix:
2525
env: TOXENV=py36
2626
- python: 3.6
2727
env: TOXENV=py36-functional
28-
- python: 3.7
29-
env: TOXENV=py37
30-
- python: 3.7
31-
env: TOXENV=py37-functional
3228

3329
install:
3430
- pip install tox

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
skipsdist = True
3-
envlist = py27, py34, py35, py36, py37
3+
envlist = py27, py34, py35, py36
44

55
[testenv]
66
passenv = TOXENV CI TRAVIS TRAVIS_*

0 commit comments

Comments
 (0)