Skip to content

Commit

Permalink
Changed default travis.yml distro to xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags committed Jan 5, 2019
1 parent 355d986 commit 47f74e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python

# Run jobs on container-based infrastructure, can be overridden per job
dist: trusty
dist: xenial

matrix:
include:
Expand All @@ -19,13 +19,15 @@ matrix:
env: PYTHON_VER=3.6 RDKIT=true
- os: linux
python: 3.7
sudo: required
env: PYTHON_VER=3.7 RDKIT=true

# Test OpenEye compatibility
- os: linux
python: 3.6
env: PYTHON_VER=3.6 OPENEYE=true
- os: linux
sudo: required
python: 3.7
env: PYTHON_VER=3.7 OPENEYE=true

Expand All @@ -34,6 +36,7 @@ matrix:
python: 3.6
env: PYTHON_VER=3.5 OPENEYE=true RDKIT=true
- os: linux
sudo: required
python: 3.7
env: PYTHON_VER=3.7 OPENEYE=true RDKIT=true

Expand Down

0 comments on commit 47f74e8

Please sign in to comment.