Skip to content

Commit

Permalink
Remove tests for Python < 3.6, add up to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dericke committed Dec 28, 2020
1 parent bd2c9c1 commit 9502e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- '3.9'
- '3.8'
- '3.7'
- '3.6'
- '3.5'
- '3.4'
- '2.7'
env:
- LXML=true
- LXML=false
Expand Down

0 comments on commit 9502e22

Please sign in to comment.