Skip to content

Commit

Permalink
revert travis cntk tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Nov 28, 2017
1 parent 7fbb1b0 commit d312353
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ sudo: false
env:
- KERAS_BACKEND="tensorflow"
- KERAS_BACKEND="theano" THEANO_FLAGS=optimizer=fast_compile
- KERAS_BACKEND="cntk" PYTHONWARNINGS=ignore
- KERAS_IMPLEMENTATION="tensorflow"

cache:
Expand All @@ -16,19 +15,9 @@ cache:
- $HOME/.keras
- $HOME/.cache/pip

addons:
apt:
packages:
- openmpi-bin
- python-dev
- libffi-dev
- libssl-dev

before_script:
- pip2.7 install --upgrade --ignore-installed --user pyopenssl ndg-httpsclient pyasn1
- pip2.7 install --upgrade --ignore-installed --user travis pip setuptools wheel virtualenv
- pip2.7 install --upgrade --ignore-installed --user travis keras h5py pyyaml requests Pillow scipy theano
- pip2.7 install --upgrade --ignore-installed --user https://cntk.ai/PythonWheel/CPU-Only/cntk-2.3-cp27-cp27mu-linux_x86_64.whl
- R -e 'tensorflow::install_tensorflow()'


0 comments on commit d312353

Please sign in to comment.