From 9c62533d89a4d9440aee29e2acea464a89ebac1e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 21 Oct 2014 15:25:08 -0400 Subject: add travis config --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b1494cd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "2.7" + - "3.3" + - "3.4" + +script: + - python setup.py build + - PYTHONPATH=build/lib.* nosetests -- cgit v1.2.3