From d1f38c342c40434e2aad20da2c021711bb2bf6dc Mon Sep 17 00:00:00 2001 From: "Joshua D. Boyd" Date: Sat, 31 Oct 2015 03:36:55 -0400 Subject: [PATCH] Add a travis config file. --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7e602da --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - 2.6 + - 2.7 +env: + - LC_ALL=C +install: + - "pip install -e ." + - "pip install nose" +script: nosetests