Skip to content

Commit 158131e

Browse files
committed
Simplify Travis CI configuration
Ubuntu Xenial 16.04 is now the default Travis CI build environment: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
1 parent 04005d5 commit 158131e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@ python:
33
- "3.4"
44
- "3.5"
55
- "3.6"
6+
- "3.7"
7+
- "nightly"
68
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
79
matrix:
8-
include:
9-
- python: 3.7
10-
dist: xenial
11-
- python: "nightly"
12-
dist: xenial
1310
allow_failures:
1411
- python: "nightly"
15-
dist: xenial
1612
git:
1713
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow
1814
# as we clone our own repository in the process

0 commit comments

Comments
 (0)