use python3 in tests
This commit is contained in:
parent
a2567eacc2
commit
027c224084
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- apt-get update -qy
|
- apt-get update -qy
|
||||||
- apt-get install -y python-dev python-pip tor
|
- apt-get install -y python3-dev python3-pip tor
|
||||||
- pip install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
- make test
|
- make test
|
Loading…
Add table
Add a link
Reference in a new issue