travis needs python-nose to run nosetests

This commit is contained in:
Meredith L. Patterson 2013-11-19 03:45:49 -06:00 committed by Dan Hirsch
parent 96760f1daf
commit 0aac5f4622

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: