mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 13:04:25 +01:00
7 lines
121 B
YAML
7 lines
121 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.6"
|
||
|
- "2.7"
|
||
|
script:
|
||
|
- python -c "import kickthemout; import scan; import spoof"
|