tor too old, we need to build :(

This commit is contained in:
Kevin Froman 2020-04-23 04:44:59 -05:00
parent 0da6c8cbd4
commit 10c303a85a
1 changed files with 7 additions and 1 deletions

View File

@ -3,5 +3,11 @@ language: python
python:
- 3.7
before_install:
- sudo apt-get -y install tor
- sudo apt-get -y install wget
- wget https://dist.torproject.org/tor-0.4.2.7.tar.gz
- tar -xzvf tor-0.4.2.7.tar.gz
- cd tor-0.4.2.7/
- ./configure
- make
- sudo make install
script: make test