diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..06e7d6fd6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: python +python: 3.4 +install: "pip install -r requirements/dev-requirements.txt" +script: py.test