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
commite9f80543bf7ff4070a1b5cdc1c3f5648addc70ce (patch)
treeb40aef0838676859f23a635317059201ee3a64e5 /.travis.yml
parentc634ab440869d77769ce6d5e0f7da7bc8c36650e (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