Update travis deployment system

This commit is contained in:
Atsushi Togo 2016-10-23 00:05:10 +09:00
parent a47158424f
commit 7c0206ce13
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -27,13 +27,12 @@ requirements:
build:
- python
- numpy
- PyYAML
run:
- python
- numpy
- matplotlib
- PyYAML
- pyyaml
- h5py
test: