Travis CI config (#539)

This commit is contained in:
Kowlin 2016-12-21 17:20:59 +01:00 committed by Twentysix
parent e319ea4762
commit 5c00d39f69

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: python
python:
- "3.5.2"
install:
- pip install -r requirements.txt
script: python -m compileall ./
cache: pip