Add a .travis.yml file for Travis CI setup

This commit is contained in:
Robert Smallshire
2015-01-31 08:54:19 +01:00
parent 955eedcf94
commit 842e16f591
+8
View File
@@ -0,0 +1,8 @@
language: python
python:
- "3.4"
# command to install dependencies
install:
- "pip install -r requirements.txt"
# command to run tests
script: nosetests