Skip to content

Commit

Permalink
travis: Fix in-place install for building widget catalog
Browse files Browse the repository at this point in the history
egg_info command used to be invoked during .travis/install_orange.sh
(as a sub-command of setuptool's sdist; since biolabgh-3345 plain distutils
sdist is used)
  • Loading branch information
ales-erjavec committed Nov 9, 2018
1 parent 68adc89 commit 85f8470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ done < <(echo "$images")
echo -e 'all ok\n'

# build Orange inplace (needed for docs to build)
python setup.py build_ext --inplace
python setup.py egg_info build_ext --inplace

cd $TRAVIS_BUILD_DIR/doc/development
make html
Expand Down

0 comments on commit 85f8470

Please sign in to comment.