[tor-commits] [bridgedb/develop] Move apt install dependencies to 'install' section in .travis.yml.

isis at torproject.org isis at torproject.org
Fri Jun 6 20:40:38 UTC 2014


commit ba6b18f94dcdf8201f26aa9bff976d45607a24ef
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed May 21 01:11:00 2014 +0000

    Move apt install dependencies to 'install' section in .travis.yml.
---
 .travis.yml |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7281650..4e3db1e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,13 +22,12 @@ addons:
 
 before_install:
   - sudo apt-get update
-  # Distro development header/library/resource/buildtime dependencies
-  - sudo apt-get install --no-install-suggests --no-install-recommends build-essential openssl sqlite3 libgpgme11 libgpgme11-dev python-dev python-setuptools
 
 python:
   - "2.7"
 
 install:
+  - sudo apt-get install --no-install-suggests --no-install-recommends build-essential openssl sqlite3 libgpgme11 libgpgme11-dev python-dev python-setuptools
   - pip install -r requirements.txt
   - pip install --no-use-wheel leekspin==0.1.3 coverage==3.7.1 coveralls==0.4.2 sure==1.2.2
   - make install





More information about the tor-commits mailing list