From 3b2bf66a3c546a24fc4a76f11eeef496f3399c66 Mon Sep 17 00:00:00 2001 From: rusty1s Date: Wed, 24 Jun 2020 11:28:56 +0200 Subject: [PATCH] release --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1931519e..61eb291e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,8 @@ install: - source activate test - conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes - source script/torch.sh - - pip install flake8 codecov + - pip install flake8 + - pip install codecov - pip install .[test] script: - flake8 .