From d12c8a523a1d58e460650baab597a834cddc0cfa Mon Sep 17 00:00:00 2001 From: Mari Wahl Date: Sun, 28 Dec 2014 16:25:47 -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