mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-24 05:54:24 +01:00
Travis fixes
This commit is contained in:
parent
4c047e1fd2
commit
6b640655de
@ -7,9 +7,9 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo -H python -m pip install -r requirements.txt
|
- sudo -H python3 -m pip install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
- sudo -H python -c "import kickthemout; import scan; import spoof;"
|
- sudo -H python3 -c "import kickthemout; import scan; import spoof;"
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Loading…
Reference in New Issue
Block a user