travis needs python-nose to run nosetests

This commit is contained in:
Meredith L. Patterson 2013-11-19 03:45:49 -06:00
parent 2e0c56f403
commit eb1cee7dee

View file

@ -4,7 +4,7 @@ compiler:
- clang - clang
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq swig python-dev - sudo apt-get install -qq swig python-dev python-nose
script: script:
- scons - scons
notifications: notifications: