restore folder for build
This commit is contained in:
parent
2fc770faae
commit
f4bec15d2b
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ install:
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
- "export PATH=$PATH:$PWD/tf_bin"
|
- "export PATH=$PATH:$PWD/tf_bin"
|
||||||
- py.test test
|
- cd test
|
||||||
|
- py.test
|
||||||
|
- cd ..
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
# test pypi
|
# test pypi
|
||||||
|
|
Loading…
Reference in a new issue