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

Commit f14b50b

Browse files
authored
Remove 3.4 as unsupported by LXML & add 3.7 and 3.8 prematurely
1 parent ea0d978 commit f14b50b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.4"
54
- "3.5"
65
- "3.6"
6+
- "3.7"
7+
- "3.8"
78
install: "pip install -r requirements.txt"
89
script: ./tests/run_tests.sh

0 commit comments

Comments
 (0)