Skip to content

Commit 6021885

Browse files
committed
Add pytest-asyncio to CI env
1 parent 386e04a commit 6021885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ addons:
1414
install:
1515
- pip install -U pip setuptools wheel
1616
- 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
17+
- pip install -U pytest pytest-asyncio pytest-cov coveralls pypandoc
1818
- pip install -e .
1919
script:
2020
- sh -c "if [ '$ALLOW_DEPLOY' = 'true' ]; then travis-sphinx --source=doc/source --nowarn build; fi"

0 commit comments

Comments
 (0)