diff --git a/.travis.yml b/.travis.yml index 91f55e37..0663666a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: python +sudo: false python: - '2.7' install: -- sudo apt-get update - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget http://repo.continuum.io/miniconda/Miniconda-3.7.0-Linux-x86_64.sh -O miniconda.sh; else