diff --git a/.travis.yml b/.travis.yml index 128bdfca6..f32110275 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ language: python python: - "3.6" install: - - pip install pytest pytest-cov # testing - - pip install sphinx # python documentation tool + - pip install 'pytest>=4.6' pytest-cov # testing + - pip install 'sphinx<=2.4.4' --force-reinstall # python documentation tool - pip install sphinx_bootstrap_theme # documentation theme - pip install sphinx_automodapi # automated function documentation - pip install nbsphinx # jupyter notebook documentation support