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

bump version

parent e465842d
...@@ -15,6 +15,7 @@ addons: ...@@ -15,6 +15,7 @@ addons:
- libprotobuf-dev - libprotobuf-dev
- protobuf-compiler - protobuf-compiler
# Test with TF 1.3-latest
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
...@@ -26,10 +27,10 @@ matrix: ...@@ -26,10 +27,10 @@ matrix:
env: TF_VERSION=1.3.0 TF_TYPE=release env: TF_VERSION=1.3.0 TF_TYPE=release
- os: linux - os: linux
python: 2.7 python: 2.7
env: TF_VERSION=1.6.0 TF_TYPE=release env: TF_VERSION=1.8.0 TF_TYPE=release
- os: linux - os: linux
python: 3.5 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 - os: linux
python: 2.7 python: 2.7
env: TF_TYPE=nightly env: TF_TYPE=nightly
...@@ -42,8 +43,6 @@ matrix: ...@@ -42,8 +43,6 @@ matrix:
install: install:
- pip install -U pip # the pip version on travis is too old - pip install -U pip # the pip version on travis is too old
- pip install flake8 scikit-image opencv-python pypandoc - 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 . - pip install .
# check that dataflow can be imported alone # check that dataflow can be imported alone
- python -c "import tensorpack.dataflow" - python -c "import tensorpack.dataflow"
......
...@@ -49,4 +49,4 @@ except ImportError: ...@@ -49,4 +49,4 @@ except ImportError:
_HAS_TF = False _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