From 6c03a4cb73818c997a61279baae3551df73afe0d Mon Sep 17 00:00:00 2001 From: "P.T. Jochym" Date: Sat, 19 Nov 2016 15:21:49 +0100 Subject: [PATCH] expand test script --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f5061ec5..efb97a89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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