Skip to content

Commit 886c692

Browse files
committed
for testing appveyor only, will revert later
1 parent 463e1e6 commit 886c692

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ test:
99
pytest --cov samtranslator --cov-report term-missing --cov-fail-under 95 tests/*
1010

1111
test-integ:
12-
pytest --no-cov tests_integ/*
12+
$(info ${AWS_ACCESS_KEY_ID})
13+
# pytest --no-cov tests_integ/*
1314

1415
black:
1516
black setup.py samtranslator/* tests/* tests_integ/* bin/*.py

0 commit comments

Comments
 (0)