1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

simplified makefile bumped version

This commit is contained in:
Bastian Venthur
2018-12-30 17:18:56 +01:00
parent 4ce75e458a
commit 11013783d1
2 changed files with 4 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
# Changelog
## [unreleased] -
## [1.2.0] - 2018-12-30
* Added markdown as requirement
* Simplified Makefile
## [1.1.0] - 2018-07-14

View File

@@ -8,13 +8,10 @@
all: lint test
test:
pytest \
--cov=gron \
--cov-branch \
--cov-report=term-missing
pytest
lint:
flake8 gron
flake8
#docs:
# $(MAKE) -C docs html