1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 07:52:57 +00:00
Files
dotdrop/.travis.yml
2017-03-15 18:14:09 +01:00

13 lines
178 B
YAML

language: python
python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
install:
- "pip install pep8"
- "pip install -r requirements.txt"
script: ./tests.sh