Skip to content

Commit

Permalink
ADD setup.py instead of nosetests
Browse files Browse the repository at this point in the history
  • Loading branch information
KEggensperger committed Nov 17, 2015
1 parent 01ef49a commit df1d1f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ install:
- python setup.py install

# command to run tests, e.g. python setup.py test
script: nosetests --with-coverage
script:
- coverage run --source autosklearn setup.py test


after_success: coveralls

0 comments on commit df1d1f4

Please sign in to comment.