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 25f3d6d commit 04fd58eCopy full SHA for 04fd58e
.travis.yml
@@ -3,7 +3,7 @@ dist: xenial
3
4
python:
5
- 3.6
6
- - 3.7
+ - 3.7.3
7
8
before_install:
9
- pip freeze | xargs pip uninstall -y
@@ -16,6 +16,7 @@ script:
16
- poetry run flake8 .
17
- poetry run mypy classes tests/**/*.py
18
- poetry run pytest
19
+ - poetry run doc8 -q docs
20
- poetry check
21
- poetry run pip check
22
- poetry run safety check --bare --full-report
0 commit comments