summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-11-24 19:09:22 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-12-02 09:46:45 -0800
commit290b2a89087c07e54b17fc862d6b68f539c86347 (patch)
treede9ee25b275e2a4baaa0e942f26d1693a0d17b05 /.travis.yml
parentebc7d29ba9f8c0d7340647ae7ccfdb25bef43174 (diff)
downloadisort-290b2a89087c07e54b17fc862d6b68f539c86347.tar.gz
Use 'dist: xenial' in Travis to simplify configuration
Allows using recent Python versions without sudo declarations. Travis officially added support for Xenial on 2018-11-08. https://blog.travis-ci.com/2018-11-08-xenial-release
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c9c21317..c8d65549 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+dist: xenial
sudo: false
language: python
cache: pip
@@ -15,10 +16,9 @@ matrix:
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
- dist: xenial
- sudo: required
- python: pypy
env: TOXENV=pypy
+ dist: trusty
install:
- pip install tox
script: