Skip to content

Commit

Permalink
Merge pull request #55 from skearnes/travis
Browse files Browse the repository at this point in the history
Don't skip pylearn2 tests
  • Loading branch information
rmcgibbo committed Nov 14, 2014
2 parents 2a5cfd4 + 938455c commit 24e8df4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ install:
- conda create --yes -n test python=$python `cat requirements.txt | xargs`
- source activate test

# install pip
- conda install --yes pip

# install python2.6 backports
- '[ "$python" = "2.6" ]
&& conda install --yes pip
&& pip install importlib argparse
|| echo ""'

Expand All @@ -39,7 +41,6 @@ install:

# install hyperopt
- '[ "$hyperopt" = "0.0.2" ]
&& conda install --yes pip
&& pip install hyperopt
|| echo ""'
- '[ "$hyperopt" = "dev" ]
Expand Down

0 comments on commit 24e8df4

Please sign in to comment.