Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit c4bf34a

Browse files
Add manual tensorflow dependency to CI config
1 parent a73074b commit c4bf34a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
install:
66
- pip install -U pip wheel
77
- pip install python-coveralls
8+
- pip install tensorflow
89
- pip install tox-travis
910
script:
1011
- tox

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from setuptools import setup, find_packages
2020

21-
version = "0.2.2"
21+
version = "0.2.3"
2222

2323
test_deps = ["future", "twine", "pytest", "pytest-mock", "python-coveralls"]
2424

0 commit comments

Comments
 (0)