diff --git a/.travis.yml b/.travis.yml index f2d499c88..b0647f1d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,15 +6,8 @@ branches: only: - master -virtualenv: - system_site_packages: true - -before_script: - - echo "deb http://ppa.launchpad.net/lmr/autotest/ubuntu utopic main" | sudo tee -a /etc/apt/sources.list - - sudo apt-get update -q - - sudo apt-get -y --force-yes install autotest - install: + - pip install autotest - pip install sphinx tox simplejson MySQL-python pylint autopep8 - pip install inspektor - pip install -r requirements.txt