diff --git a/.travis.yml b/.travis.yml index a43cbff41c..442596eb46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -sudo: false - cache: directories: - $HOME/env @@ -12,11 +10,16 @@ notifications: python: - 3.6 -matrix: +jobs: include: + - python: 3.6 + os: linux + dist: xenial - python: 3.7 + os: linux dist: xenial + before_install: - bash .travis_dependencies.sh - export PATH="$HOME/env/miniconda$TRAVIS_PYTHON_VERSION/bin:$PATH";