Skip to content

Commit

Permalink
TST: Use Ubuntu Xenial for all Python version on Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Mar 12, 2019
1 parent 9012b20 commit 1af1cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: python
dist: xenial
matrix:
include:
- python: "3.5"
- python: "3.6"
- python: "3.7"
dist: xenial # 3.7 requires Xenial on Travis
addons:
apt:
packages:
Expand Down

0 comments on commit 1af1cbd

Please sign in to comment.