10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 07:02:14 +02:00

Try to debug travis

This commit is contained in:
Thomas Applencourt 2015-06-19 09:54:21 +02:00
parent 93eafd009d
commit d7c0b755ab

View File

@ -350,6 +350,9 @@ def check_convert(path_out):
cmd = "qp_run SCF {0}.ezfio".format(path_out)
subprocess.check_call([cmd], shell=True)
cmd = "ls -R {0}.ezfio/".format(path_out)
subprocess.check_call([cmd], shell=True)
# ~#~#~#~#~ #
# C h e c k #
# ~#~#~#~#~ #