diff options
author | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-11-18 15:36:16 -0500 |
---|---|---|
committer | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-11-18 15:36:16 -0500 |
commit | e9f80543bf7ff4070a1b5cdc1c3f5648addc70ce (patch) | |
tree | b40aef0838676859f23a635317059201ee3a64e5 /.travis.yml | |
parent | c634ab440869d77769ce6d5e0f7da7bc8c36650e (diff) |
Add Python tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |