Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
9a2e24f3
Commit
9a2e24f3
authored
Oct 02, 2018
by
Thanassis Tsiodras
Browse files
CircleCI 2.0 saga: All tests enabled (flake8, mypy, coverage, DB roundtrips)
parent
f3c88e8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
9a2e24f3
...
@@ -8,8 +8,7 @@ PY_SRC:=$(filter-out dmt/B_mappers/antlr.main.py dmt/A_mappers/Stubs.py, ${PY_SR
...
@@ -8,8 +8,7 @@ PY_SRC:=$(filter-out dmt/B_mappers/antlr.main.py dmt/A_mappers/Stubs.py, ${PY_SR
TYPING_FOLDER
:=
$(
shell
pip3 show typing |
grep
^Location |
sed
's,^.*: ,,'
)
TYPING_FOLDER
:=
$(
shell
pip3 show typing |
grep
^Location |
sed
's,^.*: ,,'
)
export
PYTHONPATH
=
${TYPING_FOLDER}
export
PYTHONPATH
=
${TYPING_FOLDER}
# all: flake8 pylint mypy coverage testDB
all
:
flake8 pylint mypy coverage testDB
all
:
testDB
flake8
:
flake8
:
@
echo
Performing syntax checks via flake8...
@
echo
Performing syntax checks via flake8...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment