1
0
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:
Joel Bender 2015-08-14 22:21:31 -04:00
parent 0345970d77
commit 16123f95a4

View File

@ -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