From f4bec15d2b299f47362f6e46ee542bcc7a4f4e22 Mon Sep 17 00:00:00 2001 From: Freddy Tan Date: Sat, 19 Nov 2016 19:06:19 +0800 Subject: [PATCH] restore folder for build --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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