Skip to content

Commit

Permalink
Merge d41af13 into a6f2a03
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster committed Dec 8, 2014
2 parents a6f2a03 + d41af13 commit e9fc97a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Expand Up @@ -2,11 +2,18 @@ language: python
python:
- 2.7
install:
- pip install coverage requests futures sphinx
- python setup.py install
- pip install -U nose
- pip install coverage coveralls requests futures sphinx
- python setup.py develop
before_script:
- mkdir testrunner
- cp .coveragerc testrunner/
- cd testrunner
script:
- nosetests --with-coverage --cover-package=encore
- make --directory docs html
- coverage run -m nose.core encore --exe
- make --directory ../docs html
notifications:
email:
- travis-ci@enthought.com
after_success:
coveralls

0 comments on commit e9fc97a

Please sign in to comment.