From 3536f80ca06450bb1d8749be83b5592619d357f4 Mon Sep 17 00:00:00 2001 From: Mari Wahl Date: Sun, 28 Dec 2014 16:26:01 -0500 Subject: [PATCH] travis --- .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 0000000..252e9db --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "2.7" +# command to install dependencies +install: "pip install -r requirements.txt" +# command to run tests +script: nosetests +notifications: + email: false