Skip to content

Commit 6e4239c

Browse files
michael-kByron
authored andcommitted
Run tests on travis against an up-to-date nightly
Running "nightly" on trusty (the current default on travis) is not nightly any more, but 3.7.0a4+. See https://docs.travis-ci.com/user/languages/python/#development-releases-support
1 parent c49ba43 commit 6e4239c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7-
- "nightly"
87
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
98
matrix:
109
include:
1110
- python: 3.7
1211
dist: xenial
1312
sudo: required
13+
- python: "nightly"
14+
dist: xenial
15+
sudo: required
1416
allow_failures:
1517
- python: "nightly"
1618
git:

0 commit comments

Comments
 (0)