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