mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-12 16:18:55 +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"
|