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