Skip to content

Commit 7c12c54

Browse files
committed
CI: Use 3.7 proper, move trusty+3.4 to matrix
1 parent 7a0e298 commit 7c12c54

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
# for it to be on multiple physical lines, so long as you remember: - There
55
# can't be any leading "-"s - All newlines will be removed, so use ";"s
66

7+
dist: xenial
8+
sudo: true
79
language: python
810

9-
# Run jobs on container-based infrastructure, can be overridden per job
10-
sudo: false
11-
1211
cache:
1312
directories:
1413
- $HOME/.cache/pip
@@ -22,12 +21,15 @@ env:
2221
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
2322
- PRE_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
2423
python:
25-
- 3.4
24+
- 2.7
2625
- 3.5
2726
- 3.6
28-
- 3.7-dev
27+
- 3.7
2928
matrix:
3029
include:
30+
- python: 3.4
31+
dist: trusty
32+
sudo: false
3133
- python: 2.7
3234
env:
3335
- COVERAGE=1

0 commit comments

Comments
 (0)