1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +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 # Changelog
## [unreleased] - ## [1.2.0] - 2018-12-30
* Added markdown as requirement * Added markdown as requirement
* Simplified Makefile
## [1.1.0] - 2018-07-14 ## [1.1.0] - 2018-07-14

View File

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