From 93e739e8dcda5cbbe3cb2f9d0f4aead78e5def36 Mon Sep 17 00:00:00 2001 From: Max Pumperla Date: Thu, 3 Jan 2019 17:30:44 +0100 Subject: [PATCH] travis --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 638bb9b..67cd968 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,12 +19,10 @@ install: - conda config --set always_yes yes --set changeps1 no - conda update -q conda - conda info -a - - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy pytest h5py flask + - travis_retry conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION nose - source activate test-environment - - pip install pytest-cov python-coveralls - - python setup.py install - - pip install -r requirements.txt - + - pip install Cython --install-option="--no-cython-compile" + - pip install -e .[tests] script: - python -c "import keras.backend" - py.test tests/