From 35082eb35b69713fe335801c4d5846a4cc3c91ff Mon Sep 17 00:00:00 2001 From: Ammar Askar Date: Mon, 20 Apr 2020 15:25:33 -0700 Subject: [PATCH] Fix travis for docker image change --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5850f39..1f8ef9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,10 @@ language: python python: - "3.7" install: - - pip install -r requirements.txt + - pip install sphinx==2.2.0 - pip install black codecov coverage script: - black --check entrypoint.py sphinx_action tests - coverage run --omit="*/tests*" -m unittest after_success: - - codecov \ No newline at end of file + - codecov