Skip to content

Commit

Permalink
Bump Ubuntu version at Travis so we can get 3.8
Browse files Browse the repository at this point in the history
Xenial (16.04) is the current default at Travis, and it does have 3.8
available:

https://docs.travis-ci.com/user/languages/python/#python-versions
  • Loading branch information
chadwhitacre committed Jul 3, 2020
1 parent 8f153f1 commit 069f62b
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,7 +1,7 @@
sudo: false
language: python
cache: pip
dist: trusty
dist: xenial
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
git:
Expand Down

0 comments on commit 069f62b

Please sign in to comment.