Skip to content

Commit 23c84b5

Browse files
authored
install twine, fix doctest (#154)
1 parent e64aef7 commit 23c84b5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ConfigSpace/read_and_write/json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def write(configuration_space, indent=2):
284284
285285
>>> with open('configspace.json', 'w') as f:
286286
... f.write(json.write(cs))
287-
276
287+
305
288288
289289
Parameters
290290
----------

ci_scripts/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ source activate testenv
3131
pip install codecov pytest pytest-cov cython
3232

3333
if [[ "$INSTALL_FROM_SDIST" == "true" ]]; then
34+
pip install twine
3435
python setup.py sdist
3536
# Find file which was modified last as done in https://stackoverflow.com/a/4561987
3637
dist=`find dist -type f -printf '%T@ %p\n' | sort -n | tail -1 | cut -f2- -d" "`

0 commit comments

Comments
 (0)