Skip to content

Commit c0b4da9

Browse files
committed
only run travis on 3.6 and up, and drop the special xenial 3.7 thingy
1 parent 86842f7 commit c0b4da9

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@ sudo: false
22

33
language: python
44
python:
5-
- "2.7"
6-
- "3.4"
7-
- "3.5"
5+
- "3.6"
6+
- "3.7"
7+
- "3.8"
88
- "pypy"
9-
matrix:
10-
include:
11-
- python: 3.7
12-
dist: xenial
13-
sudo: true
149
install:
1510
- pip install .
1611
- pip install -r dev-requirements.txt

0 commit comments

Comments
 (0)