diff --git a/.travis.yml b/.travis.yml index 526b3d33a..7f800d7c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,7 @@ language: python -# please keep this in sync with docs/using.rst (Ubuntu section, apt-get) -before_install: > - travis_retry sudo apt-get install python python-setuptools - python-virtualenv python-dev gcc swig dialog libaugeas0 libssl-dev - libffi-dev ca-certificates +# http://docs.travis-ci.com/user/ci-environment/#CI-environment-OS +before_install: travis_retry ./bootstrap/ubuntu.sh install: "travis_retry pip install tox coveralls" script: "travis_retry tox" diff --git a/Vagrantfile b/Vagrantfile index a9e5494ac..7fb5113f8 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,10 +6,8 @@ VAGRANTFILE_API_VERSION = "2" # Setup instructions from docs/using.rst $ubuntu_setup_script = <