mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
travis experiment #7
This commit is contained in:
parent
162b567e84
commit
e9642ac3d9
3 changed files with 28 additions and 13 deletions
14
travis_build_wheel.sh
Normal file
14
travis_build_wheel.sh
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
if [[ $(which python3.7) ]]; then
|
||||
python3.7 --version
|
||||
else
|
||||
curl -sSf -o python-3.7.tar.bz2 https://s3.amazonaws.com/travis-python-archives/binaries/ubuntu/16.04/x86_64/python-3.7.tar.bz2
|
||||
tar xjf python-3.7.tar.bz2 --directory /
|
||||
source $HOME/virtualenv/python3.7.0/bin/activate
|
||||
fi
|
||||
|
||||
python3.7 --version
|
||||
python3.7 -m pip install lib3to6
|
||||
python3.7 setup.py bdist_wheel --python-tag=py2.py3
|
||||
Loading…
Add table
Add a link
Reference in a new issue