use python3 in tests
parent
a2567eacc2
commit
027c224084
|
@ -1,6 +1,6 @@
|
|||
test:
|
||||
script:
|
||||
- apt-get update -qy
|
||||
- apt-get install -y python-dev python-pip tor
|
||||
- pip install -r requirements.txt
|
||||
- apt-get install -y python3-dev python3-pip tor
|
||||
- pip3 install -r requirements.txt
|
||||
- make test
|
Loading…
Reference in New Issue