Skip to content

Commit

Permalink
Update travis.yaml; try test in test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Nov 18, 2015
1 parent 6bc23e1 commit 4874a7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ install:
- pip install git+https://github.com/automl/paramsklearn.git

script:
- coverage run --source autosklearn setup.py test
# - coverage run --source autosklearn setup.py test
- cd test && nosetests --with-coverage

after_success: coveralls
8 changes: 7 additions & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ Then install *auto-sklearn*
pip install git+https://github.com/automl/auto-sklearn.git#egg=autosklearn
We recommend installing *auto-sklearn* into a `virtual environment
<http://docs.python-guide.org/en/latest/dev/virtualenvs/>`_ or into an
`anaconda environment <https://www.continuum.io/downloads>`_ because we have
seen strange things happening when installing it using
:bash:`python setup.py --user`.

API
***

Expand Down Expand Up @@ -116,7 +122,7 @@ A short guide to the code
* `cli`: command line interface to the machine learning algorithm which is
used internally by SMAC.
* `data`: code to read and store machine learning datasets.
* `evaluation`: classes to control the execution of machine learning.
* `evaluation`: classes to control the execution of machine learning,
algorithms and resampling of the data.
* `metrics`: contains metrics which can be optimized.
* `util`: several utilityy functions.
Expand Down

0 comments on commit 4874a7f

Please sign in to comment.