8000 Fixes CI · dry-python/classes@04fd58e · GitHub
[go: up one dir, main page]

Skip to content

Commit 04fd58e

Browse files
committed
Fixes CI
1 parent 25f3d6d commit 04fd58e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dist: xenial
33

44
python:
55
- 3.6
6-
- 3.7
6+
- 3.7.3
77

88
before_install:
99
- pip freeze | xargs pip uninstall -y
@@ -16,6 +16,7 @@ script:
1616
- poetry run flake8 .
1717
- poetry run mypy classes tests/**/*.py
1818
- poetry run pytest
19+
- poetry run doc8 -q docs
1920
- poetry check
2021
- poetry run pip check
2122
- poetry run safety check --bare --full-report

0 commit comments

Comments
 (0)
0