Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down