Skip to content

Commit 8aeda2d

Browse files
committed
Run pytest with python 3.6
1 parent d1c6ee5 commit 8aeda2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ build:
2828
- 'pip install coverage --force-reinstall -U'
2929
override:
3030
-
31-
command: python -m pytest --cov=psqlextra
31+
command: python3.6 -m pytest --cov=psqlextra
3232
coverage:
3333
file: '.coverage'
3434
format: 'py-cc'

0 commit comments

Comments
 (0)