From 4c80a48d66ca184c36c9dfae7482e0c41b8c248a Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Tue, 9 Dec 2014 10:46:10 +0100
Subject: [PATCH] Add Travis CI configuration -- https://travis-ci.org/

---
 .travis.yml | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..cf9177bd
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+# Validate this file using http://lint.travis-ci.org/
+language: python
+python:
+  - "2.7"
+before_install:
+  - pip install -r requirements.txt
+install:
+  - pip install .
+script: py.test
-- 
GitLab