Skip to content
Snippets Groups Projects
Commit 3c92873f authored by inso's avatar inso
Browse files

Try with develop version

parent 2dfa08fc
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ eval "$(pyenv virtualenv-init -)" ...@@ -6,7 +6,7 @@ eval "$(pyenv virtualenv-init -)"
cd $HOME/build/ucoin-io/sakia cd $HOME/build/ucoin-io/sakia
pyenv activate sakia-env pyenv activate sakia-env
pip install coveralls pip install coveralls
pip install pyinstaller pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip
pip install -r requirements.txt pip install -r requirements.txt
if [ $TRAVIS_OS_NAME == "linux" ] if [ $TRAVIS_OS_NAME == "linux" ]
then then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment