[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit ba6b18f94dcdf8201f26aa9bff976d45607a24ef
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
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



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits