Skip to content
Snippets Groups Projects
Commit 6185a661 authored by inso's avatar inso
Browse files

Build pyenv

parent dc59202d
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,12 @@ cache:
- "$HOME/.pyenv"
before_install:
- ci/travis/before_install.sh
install:
- ci/travis/build.sh
script:
- ci/travis/test.sh
after_success:
- ci/travis/after_success.sh
#install:
#- ci/travis/build.sh
#script:
#- ci/travis/test.sh
#after_success:
#- ci/travis/after_success.sh
before_deploy: zip -r sakia-${TRAVIS_OS_NAME}.zip build/
......
......@@ -39,5 +39,4 @@ then
make -j 2 && make install
pyenv rehash
cd $HOME/sakia
fi
\ No newline at end of file
#!/usr/bin/env bash
eval "$(pyenv virtualenv-init -)"
cd $HOME/ucoin-io/sakia
pyenv activate sakia-env
pip install coveralls cx_Freeze
pip install -r requirements.txt
......
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