Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… Deploy deb files to PPA.
  • Loading branch information
HexDecimal committed Jan 1, 2018
1 parent 467b652 commit 256443e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/upload_ppa.sh
Expand Up @@ -3,7 +3,7 @@ function deb_install {
if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
pip install stdeb
pip3 install --upgrade pip --user
pip3 install ---requirement requirements.txt --user
pip3 install --requirement requirements.txt --user
./setup.py --command-packages=stdeb.command sdist_dsc --with-python2=True --with-python3=True
export DEB_READY='yes'
fi
Expand Down

0 comments on commit 256443e

Please sign in to comment.