We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386e04a commit 6021885Copy full SHA for 6021885
.travis.yml
@@ -14,7 +14,7 @@ addons:
14
install:
15
- pip install -U pip setuptools wheel
16
- sh -c "if [ '$ALLOW_DEPLOY' = 'true' ]; then pip install -r doc/requirements.txt & pip install travis-sphinx; fi"
17
- - pip install -U pytest pytest-cov coveralls pypandoc
+ - pip install -U pytest pytest-asyncio pytest-cov coveralls pypandoc
18
- pip install -e .
19
script:
20
- sh -c "if [ '$ALLOW_DEPLOY' = 'true' ]; then travis-sphinx --source=doc/source --nowarn build; fi"
0 commit comments