Commit 5b2bf238 authored by Yuxin Wu's avatar Yuxin Wu

fix build for python2

parent 1a12ccd1
......@@ -51,7 +51,7 @@ before_script:
script:
- flake8 .
- cd examples && flake8 .
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then cd examples && flake8 .; fi # some examples are py3 only
- mkdir -p $HOME/tensorpack_data
- export TENSORPACK_DATASET=$HOME/tensorpack_data
- $TRAVIS_BUILD_DIR/tests/run-tests.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment