Skip to content

Commit abc58b8

Browse files
committed
Add tensorflow to testenv to make builds pass again
1 parent 92ccafe commit abc58b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ passenv=CIRCLE_ARTIFACTS LD_PRELOAD
66
deps=
77
nose
88
coverage
9+
tensorflow
910
commands=
1011
coverage run {envbindir}/nosetests
1112
coverage report -m
@@ -22,8 +23,10 @@ commands=pylint -E seq2seq
2223
deps=
2324
nose
2425
coverage
26+
tensorflow
2527

2628
[testenv:py27]
2729
deps=
2830
nose
2931
coverage
32+
tensorflow

0 commit comments

Comments
 (0)