Skip to content

Commit

Permalink
running test cases when packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
tdomhan committed Mar 21, 2014
1 parent 85c9fbe commit fd0cb4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.pyc
*.swp
6 changes: 0 additions & 6 deletions Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ Pip

pip install pysmac

Manual
~~~~~~

::

python setup.py install

Example usage
-------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def check_java_exists():
author_email = "domhant@informatik.uni-freiburg.de",
description = "python interface to the hyperparameter optimization tool SMAC.",
include_package_data = True,
test_suite = 'pysmac.test.test_smacparse',
test_suite = 'pysmac.test',
keywords = "hyperparameter parameter optimization hyperopt bayesian smac global",
license = "SMAC is free for academic & non-commercial usage. Please contact Frank Hutter(fh@informatik.uni-freiburg.de) to discuss obtaining a license for commercial purposes.",
url = "http://www.cs.ubc.ca/labs/beta/Projects/SMAC/"
Expand Down

0 comments on commit fd0cb4c

Please sign in to comment.