missing updates about the new "appdirs" dep
This commit is contained in:
parent
25b3eb5261
commit
0d8b65a9c0
|
@ -7,7 +7,7 @@ python:
|
|||
- "3.8"
|
||||
- "nightly"
|
||||
before_install: openssl enc -d -aes-256-ctr -pbkdf2 -k $KEY -in keyfile.toml.enc -out keyfile.toml
|
||||
install: pip install -U $DEPS pytest pytest-asyncio pytest-httpbin flaky structlog toml
|
||||
install: pip install -U $DEPS pytest pytest-asyncio pytest-httpbin flaky structlog toml appdirs
|
||||
script: pytest
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue