kickthemout/.travis.yml

9 lines
180 B
YAML

language: python
python:
- "3.4"
- "3.5"
- "3.6"
install:
- pip3 install -r requirements.txt
script:
- python -c "import kickthemout; import scan; import spoof"