Skip to content

Commit

Permalink
Install skdata depedency for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Johnson committed Jun 7, 2015
1 parent 8beda2d commit c3761e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:
- conda update --yes conda
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy nose
- pip install pep8 python-coveralls
- pip install pep8 python-coveralls skdata
- pip install .
script:
- nosetests --with-coverage --cover-package=theanets --logging-level=INFO
Expand Down

0 comments on commit c3761e1

Please sign in to comment.