Skip to content

Commit 2c78d45

Browse files
ci: remove automatic testing of py26 and py32
Those versions are not compatible anymore with some of our dependencies, which causes the tests to fail no matter what.
1 parent a15c536 commit 2c78d45

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ script:
1515
python: 3.5
1616
env:
1717
matrix:
18-
- TOXENV=py26
1918
- TOXENV=py27
20-
- TOXENV=py32
2119
- TOXENV=py33
2220
- TOXENV=py34
2321
- TOXENV=py35

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[tox]
22
envlist =
3-
py26
43
py27
5-
py32
64
py33
75
py34
86
py35

0 commit comments

Comments
 (0)