We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0e298 commit 7c12c54Copy full SHA for 7c12c54
.travis.yml
@@ -4,11 +4,10 @@
4
# for it to be on multiple physical lines, so long as you remember: - There
5
# can't be any leading "-"s - All newlines will be removed, so use ";"s
6
7
+dist: xenial
8
+sudo: true
9
language: python
10
-# Run jobs on container-based infrastructure, can be overridden per job
-sudo: false
11
-
12
cache:
13
directories:
14
- $HOME/.cache/pip
@@ -22,12 +21,15 @@ env:
22
21
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
23
- PRE_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
24
python:
25
- - 3.4
+ - 2.7
26
- 3.5
27
- 3.6
28
- - 3.7-dev
+ - 3.7
29
matrix:
30
include:
+ - python: 3.4
31
+ dist: trusty
32
+ sudo: false
33
- python: 2.7
34
env:
35
- COVERAGE=1
0 commit comments