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

Commit

Permalink
Fix for automated test framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjc committed Nov 25, 2015
1 parent 8ae0883 commit b9011d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,8 @@ install:
- conda create --yes -q -n pyenv python=$TRAVIS_PYTHON_VERSION pip numpy scipy cython matplotlib scikit-learn nose pyyaml
- source activate pyenv
- pip install -q git+https://github.com/Theano/Theano.git@a85a44fc#egg=Theano==0.8-dev
- pip install -q argparse coveralls lasagne
- pip install -q git+https://github.com/Lasagne/Lasagne.git@ffed652#egg=Lasagne==0.4-dev
- pip install -q argparse coveralls

script:
- echo -e "[run]\nomit=\n *ae.py*\n sknn/backend/deepy/*\n sknn/backend/__init__.py*\n" > .coveragerc
Expand Down

0 comments on commit b9011d0

Please sign in to comment.