summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVictor Chahuneau <vchahune@cs.cmu.edu>2012-11-18 15:36:16 -0500
committerVictor Chahuneau <vchahune@cs.cmu.edu>2012-11-18 15:36:16 -0500
commit713f8e46b44bb0f72c03fb22e27589d5dab98ad0 (patch)
treed0c443279600d450acffe4e5098b8dd91583b4f5 /.travis.yml
parente3f91a35c4eed78fafcbaf8b480c425188385989 (diff)
Add Python tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cbfd8fb9..9e784717 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,3 +11,6 @@ script: make
after_script:
- make check
- ./tests/run-system-tests.pl
+ - cd python
+ - python setup.py install
+ - nosetests tests