1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

adding travis file

This commit is contained in:
deadc0de6
2017-03-15 18:14:09 +01:00
parent 84639c8550
commit 24c5cce864

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
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