From 6829b7da4de4fca1bb26cb2162b775e256355915 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Sat, 22 Aug 2020 09:37:23 -0400 Subject: [PATCH] Fixed typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 58c9d4a6f..94cb1cb9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ jobs: - python -m pip install -U pip wheel - python -m pip install torch==1.6.0+cpu torchvision==0.7.0+cpu -f https://download.pytorch.org/whl/torch_stable.html install: - - pip3 install -U pip wheel coverage coverall + - pip3 install -U pip wheel coverage coveralls - pip3 install . - python3 --version || python --version script: