Skip to content

Commit

Permalink
user tensorflow 1.11 version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Shevchuk committed Dec 2, 2018
1 parent 76cd5a1 commit 11b6225
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,4 +1,5 @@
language: python
cache: pip
python:
- "2.7"
- "3.6"
Expand All @@ -19,7 +20,7 @@ install:

- export MKL_THREADING_LAYER=GNU
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy>=1.8.0 scipy>=0.14.0 mkl-service>=1.1.2
- conda install -n test-environment tensorflow -c intel
- conda install -n test-environment tensorflow=1.11.0 -c intel
- source activate test-environment
- pip install -r requirements/travis.txt
- python setup.py develop --no-deps
Expand Down

0 comments on commit 11b6225

Please sign in to comment.