Skip to content

Commit

Permalink
Fixed Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed May 17, 2019
1 parent a7b6e1a commit cc09ef6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ fi
echo "${TRAVIS_BRANCH}" | grep -qvE "^[0-9.]+$" && exit 0; :;

# Install dependencies for release build
pip install --upgrade setuptools
pip install wheel twine
pip install --upgrade setuptools wheel twine

# Build and install theme and Docker image
python setup.py build sdist bdist_wheel --universal
Expand Down

0 comments on commit cc09ef6

Please sign in to comment.