Skip to content

Commit d569d3a

Browse files
committed
make tests work
1 parent 984f4d7 commit d569d3a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
test:
2-
pytest tests
2+
# hack to avoid needing to install this package
3+
# from http://stackoverflow.com/a/34140498
4+
python -m pytest tests
35

46
lint:
57
flake8 examples scitran_client

0 commit comments

Comments
 (0)