kickthemout/.travis.yml
2018-02-05 23:25:49 +02:00

20 lines
275 B
YAML

language: python
sudo: required
python:
- "3.4"
- "3.5"
- "3.6"
install:
- pip3 install -r requirements.txt
script:
- sudo python3 -c "import kickthemout"
branches:
only:
- master
notifications:
email:
on_success: never
on_failure: always