Skip to content

Commit 3e25e58

Browse files
committed
Revert "Add Python 3.5 to CI"
This reverts commit 2555372.
1 parent 2555372 commit 3e25e58

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ env:
99
- TOX_ENV=py27
1010
- TOX_ENV=py33
1111
- TOX_ENV=py34
12-
- TOX_ENV=py35
1312
- TOX_ENV=flake8
1413

1514
install:

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, py33, py34, py35, flake8
2+
envlist = py27, py33, py34, flake8
33

44
[testenv]
55
commands =

0 commit comments

Comments
 (0)