Remove sudo from Travis CI config

This commit is contained in:
Francois Chollet 2015-11-08 17:04:14 -08:00
parent f5819a0d4e
commit 227c300a0a

@ -1,10 +1,10 @@
sudo: false
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.4" - "3.4"
install: install:
# code below is taken from http://conda.pydata.org/docs/travis.html # code below is taken from http://conda.pydata.org/docs/travis.html
- sudo apt-get update
# We do this conditionally because it saves us some downloading if the # We do this conditionally because it saves us some downloading if the
# version is the same. # version is the same.
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then