From 37299cc41cac7fa85664bfe61e9b244b13c7f2d9 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 16 Aug 2012 14:10:42 -0400 Subject: attempt to get travis-ci working --- .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 000000000..12a89e1bd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "2.7" +install: + - pip install -e git+https://github.com/iustin/pylibacl\#egg=posix1e + - pip install -r testsuite/requirements.txt --use-mirrors + - pip install -e . +script: + - nosetests testsuite -- cgit v1.2.3-1-g7c22