Commit 3e652668 authored by Yuxin Wu's avatar Yuxin Wu

bump version

parent e465842d
......@@ -15,6 +15,7 @@ addons:
- libprotobuf-dev
- protobuf-compiler
# Test with TF 1.3-latest
matrix:
fast_finish: true
include:
......@@ -26,10 +27,10 @@ matrix:
env: TF_VERSION=1.3.0 TF_TYPE=release
- os: linux
python: 2.7
env: TF_VERSION=1.6.0 TF_TYPE=release
env: TF_VERSION=1.8.0 TF_TYPE=release
- os: linux
python: 3.5
env: TF_VERSION=1.6.0 TF_TYPE=release PYPI=true
env: TF_VERSION=1.8.0 TF_TYPE=release PYPI=true
- os: linux
python: 2.7
env: TF_TYPE=nightly
......@@ -42,8 +43,6 @@ matrix:
install:
- pip install -U pip # the pip version on travis is too old
- pip install flake8 scikit-image opencv-python pypandoc
# here we use opencv-python, but users are in general not recommended to use this package,
# because it brings issues working with tensorflow on gpu
- pip install .
# check that dataflow can be imported alone
- python -c "import tensorpack.dataflow"
......
......@@ -49,4 +49,4 @@ except ImportError:
_HAS_TF = False
__version__ = '0.8.5'
__version__ = '0.8.6'
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