We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64aef7 commit 23c84b5Copy full SHA for 23c84b5
2 files changed
ConfigSpace/read_and_write/json.py
@@ -284,7 +284,7 @@ def write(configuration_space, indent=2):
284
285
>>> with open('configspace.json', 'w') as f:
286
... f.write(json.write(cs))
287
- 276
+ 305
288
289
Parameters
290
----------
ci_scripts/install.sh
@@ -31,6 +31,7 @@ source activate testenv
31
pip install codecov pytest pytest-cov cython
32
33
if [[ "$INSTALL_FROM_SDIST" == "true" ]]; then
34
+ pip install twine
35
python setup.py sdist
36
# Find file which was modified last as done in https://stackoverflow.com/a/4561987
37
dist=`find dist -type f -printf '%T@ %p\n' | sort -n | tail -1 | cut -f2- -d" "`
0 commit comments