Skip to content

Commit

Permalink
Updated travis configuration to go back to installing sklearn via pip…
Browse files Browse the repository at this point in the history
…. Also added test_skll.py-generated files to .gitignore.
  • Loading branch information
dan-blanchard committed Aug 8, 2013
1 parent 6937303 commit a7818c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@ build/
__pycache__

.DS_Store

tests/test_cv_folds1.cfg
tests/test_cv_folds1.jsonlines
tests/test_cv_folds2.cfg
tests/test_regression1.cfg
tests/test_regression1.jsonlines
tests/tests_cv_test_cv_folds1_LogisticRegression_unscaled_tuned_accuracy_cross-validate.log
tests/tests_cv_test_cv_folds1_LogisticRegression_unscaled_tuned_accuracy_cross-validate.predictions
tests/tests_cv_test_cv_folds1_LogisticRegression_unscaled_tuned_accuracy_cross-validate.results
tests/tests_cv_test_regression1_RescaledRidge_unscaled_tuned_pearson_cross-validate.log
tests/tests_cv_test_regression1_RescaledRidge_unscaled_tuned_pearson_cross-validate.predictions
tests/tests_cv_test_regression1_RescaledRidge_unscaled_tuned_pearson_cross-validate.results
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ virtualenv:
system_site_packages: true
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-scipy python-nose python-sklearn
- sudo apt-get install -qq python-scipy python-nose
install:
- "pip install -r requirements.txt --use-mirrors"
- sudo rm -rf /dev/shm
Expand Down

0 comments on commit a7818c9

Please sign in to comment.