Skip to content

Commit

Permalink
Xenial is now default on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 25, 2019
1 parent bc06abc commit e747550
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@ python:
- "pypy3"
- "2.7"
- "2.7_with_system_site_packages"
- "3.7"
- "3.6"
- "3.5"

# Enable 3.7 without globally enabling dist: xenial for other build jobs
matrix:
include:
- python: 3.7
dist: xenial

before_install:
- sudo ln -s /usr/lib/`uname -i`-linux-gnu/libz.so ~/virtualenv/python2.7/lib/

Expand Down

0 comments on commit e747550

Please sign in to comment.