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 cadaec2 commit e17f26fCopy full SHA for e17f26f
.travis.yml
@@ -18,7 +18,7 @@ jobs:
18
- python: '3.9'
19
install:
20
- if python --version | grep -q "Python 3.6"; then
21
- pip install dataclasses
+ pip install dataclasses;
22
fi
23
- pip install '.[dev]'
24
script: pytest --cov=./privex -rxXs -v
0 commit comments