[tor-commits] [stem/master] integration tests need tor

atagar at torproject.org atagar at torproject.org
Thu Sep 14 17:41:10 UTC 2017


commit 0a1f567910d9fb1c66bedf898416689b9e2410d4
Author: Edmund Wong <ewongbb at pw-wspx.org>
Date:   Wed Sep 13 10:45:23 2017 +0800

    integration tests need tor
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index aa74d32a..838666a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
 # Travis CI configuration file
 # http://about.travis-ci.org/docs/
-dist: precise
 
 language: python
 
@@ -14,6 +13,10 @@ env:
   - TEST_PARAM: "--unit"
   - TEST_PARAM: "--integ"
 
+before_install:
+  - sudo apt-get update -qq
+  - sudo apt-get install -qq tor
+
 # Dependencies installation commands
 install:
   - pip install -U pip





More information about the tor-commits mailing list