mirror of https://github.com/KLayout/klayout.git
travis bugfix: cp -a behaves differently in macs and linux
This commit is contained in:
parent
186d7c3ddc
commit
6ddecb1020
|
|
@ -223,7 +223,7 @@ script:
|
|||
python setup.py bdist_wheel;
|
||||
python setup.py install;
|
||||
mkdir -p deploy/dist-pymod;
|
||||
cp -a dist/ deploy/dist-pymod;
|
||||
cp -a dist/* deploy/dist-pymod/;
|
||||
python -c 'import klayout.db as db; print(dir(db))';
|
||||
python -c 'import klayout.rdb as rdb; print(dir(rdb))';
|
||||
python -c 'import klayout.tl as tl; print(dir(tl))';
|
||||
|
|
|
|||
Loading…
Reference in New Issue