summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-101-0/+4
| | | | | | | | | | | | | | | | | | | | | Fixes #1311 Add `mypy` to .drone.yml and fix type errors that come up. Not type checking examples or tests. Other changes: - fix return value for `Graph.serialize` (refs #1394) - remove default value for `rdflib.plugins.sparql.algebra.translateAlgebra` (refs #1322) - add .dockerignore to reduce context size and make docker quicker to run. - add .flake8 config to ignore line length as black is managing formatting. - add mypy to docker-compose, makefile and tox.ini - fix the way csv2rdf is invoked to ensure that the right code gets executed.
* Initial python 3.7 requirement update, add new Drone tests, add black.toml ↵Ashley Sommer2021-07-081-1/+7
| | | | file, add .editorconfig file
* Move tests Dockerfile image to the test directory. Rename docker-compose.yml ↵Edmond Chuc2021-07-071-3/+5
| | | | to docker-compose.tests.yml.
* Add running tests instructions to README. Add scripts and files to run tests ↵Edmond Chuc2021-07-071-0/+8
in a Docker container.