Travis fixes

This commit is contained in:
k4m4 2018-02-20 14:10:09 +00:00
parent 4c047e1fd2
commit 6b640655de
No known key found for this signature in database
GPG Key ID: C747F75367032D1E
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ python:
- "3.6"
install:
- sudo -H python -m pip install -r requirements.txt
- sudo -H python3 -m pip install -r requirements.txt
script:
- sudo -H python -c "import kickthemout; import scan; import spoof;"
- sudo -H python3 -c "import kickthemout; import scan; import spoof;"
branches:
only: