We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984f4d7 commit d569d3aCopy full SHA for d569d3a
1 file changed
Makefile
@@ -1,5 +1,7 @@
1
test:
2
- pytest tests
+ # hack to avoid needing to install this package
3
+ # from http://stackoverflow.com/a/34140498
4
+ python -m pytest tests
5
6
lint:
7
flake8 examples scitran_client
0 commit comments