.travis.yml

This commit is contained in:
Will Roberts 2015-02-18 16:34:37 +01:00
parent d119ccb892
commit 396c8d4766
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install: "pip install ."
# command to run tests
script: nosetests