From f1575f75c7e7c9089a96c7962727a8c3f5dad7ac Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Mon, 10 Feb 2014 21:23:49 -0800 Subject: [PATCH] basic travis config --- .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..15d917c4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +--- + +language: python +python: + - "2.7" +install: + - pip install -r requirements.txt +script: + - nosetests \ No newline at end of file