mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
change the script test from a file to a directory
This commit is contained in:
parent
0345970d77
commit
16123f95a4
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# remove everything in the current dist/ directory
|
||||
[ -f dist ] && rm -Rfv dist
|
||||
[ -d dist ] && rm -Rfv dist
|
||||
|
||||
for ver in 2.7 3.4; do
|
||||
python$ver setup.py bdist_egg
|
||||
|
|
Loading…
Reference in New Issue
Block a user