Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
Explicitly running nose on the sknn.tests module on the build machi…
Browse files Browse the repository at this point in the history
…nes.
  • Loading branch information
alexjc committed Jun 23, 2015
1 parent df83e74 commit 132bfb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:

script:
- echo -e "[run]\nomit=\n sknn/backend/pylearn2/pywrap2.py\n sknn/backend/deepy/*\n" > .coveragerc
- nosetests --with-coverage --cover-package=sknn -v sknn
- nosetests --with-coverage --cover-package=sknn -v sknn.tests

after_success:
- coveralls
- coveralls

0 comments on commit 132bfb4

Please sign in to comment.