diff --git a/.travis.yml b/.travis.yml index 3bb741b..38c6ae6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,9 @@ install: # command to run tests script: - "export PATH=$PATH:$PWD/tf_bin" - - py.test test + - cd test + - py.test + - cd .. deploy: # test pypi