Skip to content

Commit

Permalink
proper env formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Jan 14, 2019
1 parent 6bdebd8 commit 5acbcc3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ python:
- 3.5

env:
- env: TF_VERSION=1.8.0
- env: TF_VERSION=1.9.0
- env: TF_VERSION=1.10.0
- env: TF_VERSION=1.11.0
- env: TF_VERSION=1.12.0
- TF_VERSION=1.8.0
- TF_VERSION=1.9.0
- TF_VERSION=1.10.0
- TF_VERSION=1.11.0
- TF_VERSION=1.12.0

cache: pip

Expand All @@ -23,14 +23,14 @@ install:
# install fizyr packages for retinanet and maskrcnn
- pip install keras-retinanet opencv-python
- pip install git+git://github.com/fizyr/keras-maskrcnn.git@fa3d7f8e81d0ffb036fde5e134dcdbf35c206fc1
# install TensorFlow (CPU version).
- pip install tensorflow==$TF_VERSION
# install testing requirements
- pip install pytest pytest-cov==2.5.1 pytest-pep8 coveralls
# install deepcell with setup.py
- python setup.py install

script:
# install TensorFlow (CPU version).
- pip install tensorflow==$TF_VERSION
- python -m pytest --cov=deepcell --pep8 deepcell tests

jobs:
Expand Down

0 comments on commit 5acbcc3

Please sign in to comment.