We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b5b43 commit 687b6f1Copy full SHA for 687b6f1
Makefile
@@ -58,5 +58,6 @@ travis_env:
58
sudo apt-get update && sudo apt-get install libtokyocabinet-dev libgit2-dev
59
pip install pygit2==0.24.2
60
pip install -r requirements.txt
61
- pip install python-semantic-release
+ # Python2 compatibility was broken in 4.0.0
62
+ pip install python-semantic-release==3.11.2
63
pip install sphinx sphinx-autobuild
0 commit comments