Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit 7f294ed

Browse files
committed
Explicitly use Ubuntu Trusty on TravisCI
As of May 2019, TravisCI defaults to Ubuntu Xenial rather than Trusty. https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment That unfortunately broke/dropped support for Python 2.6, 3.2 and 3.3 therefore we probably need to stick with the older Ubuntu Trusty explicitly.
1 parent 6555d8b commit 7f294ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Using an old Ubuntu because we want to test with old Pythons
2+
dist: trusty
13
language: python
24
python:
35
- "2.6"

0 commit comments

Comments
 (0)