Skip to content

Commit

Permalink
TST Add scikit-learn to travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Jul 16, 2015
1 parent 4a1c499 commit 0847923
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 @@ -15,7 +15,7 @@ before_install:
install:
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
- source activate testenv
- conda install --yes ipython pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels flake8
- conda install --yes ipython pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels flake8 scikit-learn
- pip install git+https://github.com/Theano/Theano.git
- pip install git+https://github.com/pymc-devs/pymc3.git
- python setup.py build_ext --inplace
Expand Down

0 comments on commit 0847923

Please sign in to comment.