Skip to content

Commit

Permalink
add tensorflow without keras CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 24, 2020
1 parent 6afc159 commit 319aeba
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 319aeba

Please sign in to comment.