Skip to content

Commit

Permalink
Deploy Travis CI build 1383 to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed Sep 18, 2022
1 parent d577c64 commit de3ed4f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 40 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ $(MKDOCS_INDEX): docs/requirements.txt mkdocs.yml docs/*.md
poetry run mkdocs build --clean --strict

docs/requirements.txt: poetry.lock
@ poetry export --dev --without-hashes | grep mkdocs > $@
@ poetry export --dev --without-hashes | grep pygments >> $@
@ poetry export --dev --without-hashes | grep jinja2 >> $@
@ poetry export --with dev --without-hashes | grep mkdocs > $@
@ poetry export --with dev --without-hashes | grep pygments >> $@
@ poetry export --with dev --without-hashes | grep jinja2 >> $@

.PHONY: uml
uml: install docs/*.png
Expand Down
56 changes: 23 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ pylint = "~2.12.2"
types-setuptools = "*"

# Testing
pytest = "^6.2"
pytest = "^7.1"
pytest-describe = "^2.0"
pytest-expecter = "^2.3"
pytest-expecter = "^3.0"
pytest-random = "*"
pytest-cov = "^2.12"
pytest-cov = "^3.0"
freezegun = "*"

# Reports
coveragespace = "^5.0"
coveragespace = "^6.0"

# Documentation
mkdocs = "~1.3"
Expand Down

0 comments on commit de3ed4f

Please sign in to comment.