aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lobato GarcĂ­a <me@daniellobato.me>2016-09-06 12:18:54 +0200
committerGitHub <noreply@github.com>2016-09-06 12:18:54 +0200
commit1063ce0a8d4a6bb1d7be2a7c7afa3aea93845a4f (patch)
treec57a050c8d9b5b0a081f0fd3797c97749c8e1461
parent4dc8465be0b8f3f13b3a874b259b9c8ea71f02dd (diff)
Enable Travis CI (#29)
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..48ff6a4
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: python
+python:
+ - "2.7"
+install: "pip install -r requirements.txt"
+script: nosetests --verbosity=3