We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463e1e6 commit 886c692Copy full SHA for 886c692
Makefile
@@ -9,7 +9,8 @@ test:
9
pytest --cov samtranslator --cov-report term-missing --cov-fail-under 95 tests/*
10
11
test-integ:
12
- pytest --no-cov tests_integ/*
+ $(info ${AWS_ACCESS_KEY_ID})
13
+# pytest --no-cov tests_integ/*
14
15
black:
16
black setup.py samtranslator/* tests/* tests_integ/* bin/*.py
0 commit comments