From ed31748db8ef16d48c90295b58c76e16b2753a45 Mon Sep 17 00:00:00 2001 From: Tim-Oliver Buchholz Date: Mon, 6 Sep 2021 09:47:01 +0200 Subject: [PATCH] Add packaging version. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9f42daa..a90fbbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,8 @@ matrix: install: - pip install $TENSORFLOW $KERAS + - pip install packaging==21.0 - pip install . script: - - cd tests; pytest -v -s test*.py \ No newline at end of file + - cd tests; pytest -v -s test*.py