Commit aa4df39d authored by peastman's avatar peastman
Browse files

Updated to newer Ubuntu that supports Python 3.7

parent 381ea0b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ python:
- '3.5'
- '3.7'
sudo: required
dist: trusty
dist: xenial
install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O anaconda.sh;
- export python_version=$TRAVIS_PYTHON_VERSION