Skip to content

Commit 86645a8

Browse files
committed
Drop broken python-3.4 tests
They failed with `This lxml version requires Python 2.7, 3.5 or later.`
1 parent c77f75f commit 86645a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: python
22
python:
33
- '2.7'
4-
- '3.4'
54
- '3.5'
65
- '3.6'
6+
- '3.7'
77

88
matrix:
99
include:

0 commit comments

Comments
 (0)