1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

temporary patch for current installed python version, maybe needs a better way

This commit is contained in:
Joel Bender 2016-12-14 13:53:28 -05:00
parent 7da1b961ff
commit 6b93f606ee

View File

@ -10,7 +10,7 @@ rm -Rfv build/
# python2.5 setup.py bdist_egg
# rm -Rfv build/
for ver in 2.7 3.4; do
for ver in 2.7 3.5; do
python$ver setup.py bdist_egg
python$ver setup.py bdist_wheel
rm -Rfv build/