2016-05-24 19:46:45 +00:00
|
|
|
clean:
|
|
|
|
find celigo -name \*.pyc -delete
|
|
|
|
find celigo -name \*__pycache__ -delete
|
|
|
|
rm -rf build-*
|
2016-05-25 14:06:05 +00:00
|
|
|
rm -rf build
|
2016-05-24 19:46:45 +00:00
|
|
|
rm -rf *egg*
|
|
|
|
rm -rf dist
|
2016-05-19 14:43:19 +00:00
|
|
|
|
2016-05-24 19:46:45 +00:00
|
|
|
tox:
|
|
|
|
./make_tox.sh
|
|
|
|
|
|
|
|
test-all: tox
|
|
|
|
|
|
|
|
all: clean test-all
|