Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b39b34

Browse files
author
Sergey Polischouck
committed
remove python 3.7 because travis can’t build it
1 parent a9665f7 commit 8b39b34

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,5 @@ matrix:
1414
- TOX_ENV=py36
1515
- TOX_ENV=py36-flake8
1616
- TOX_ENV=docs
17-
- python: 3.7
18-
env:
19-
- TOX_ENV=py37
2017

2118
script: tox -e $TOX_ENV

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py36, py37, docs, py27-flake8, py36-flake8
2+
envlist = py27, py36, docs, py27-flake8, py36-flake8
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)