added tor build dependencies apt install

This commit is contained in:
Kevin Froman 2020-04-23 04:52:00 -05:00
parent f87f71cb07
commit e47173b586
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ language: python
python:
- 3.7
before_install:
- sudo apt-get -y install wget
- sudo apt-get -y install wget libevent-dev libssl-dev
- wget https://dist.torproject.org/tor-0.4.2.7.tar.gz
- tar -xzf tor-0.4.2.7.tar.gz
- cd tor-0.4.2.7/