Travis config provisioned

This commit is contained in:
Piotr Lizończyk
2016-10-11 14:20:09 +02:00
parent 0a796cfdfe
commit 60b1bae3cb

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
language: python
python:
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6-dev" # 3.6 development branch
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests