From 842e16f591f17b84053e5d8757aa0c1d36eb4bed Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Sat, 31 Jan 2015 08:54:19 +0100 Subject: [PATCH] Add a .travis.yml file for Travis CI setup --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..970350f --- /dev/null +++ b/.travis.yml @@ -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