expand test script

This commit is contained in:
P.T. Jochym 2016-11-19 15:21:49 +01:00
parent 962307d586
commit 6c03a4cb73
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,10 @@ install:
- cat __nanoversion__.txt
- python setup.py install
script: "( cd test/phonopy ; for d in harmonic interface phonon spectrum structure unfolding ; do ( cd $d ; for f in test_*.py ; do python $f ; done ) ; done; cd ../.. )"
script:
- cd test/phonopy
- for d in harmonic interface phonon spectrum structure unfolding ; do cd $d ; for f in test_*.py ; do python $f ; done ; cd .. ; done
- cd ../..
deploy:
# testing pypi