add tensorflow without keras CI test

This commit is contained in:
Casper da Costa-Luis 2020-01-24 18:41:14 +00:00
parent 6afc15966f
commit 319aeba969
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 8 additions and 1 deletions

View File

@ -5,7 +5,7 @@
[tox]
# deprecation warning: py{26,32,33,34}
envlist = py{26,27,33,34,35,36,37,py,py3}, flake8, setup.py, perf
envlist = py{26,27,33,34,35,36,37,py,py3}, tf-no-keras, perf, flake8, setup.py
[coverage]
deps =
@ -69,6 +69,13 @@ commands = {[extra]commands}
deps = {[extra]deps}
commands = {[extra]commands}
[testenv:tf-no-keras]
deps =
{[extra]deps}
tensorflow
commands =
nosetests --with-timer tqdm/tests/tests_keras.py -d -v
[testenv:perf]
deps =
nose