5 lines
54 B
Bash
5 lines
54 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
tox -e lint-basic # || exit 1
|
||
|
tox -e py310
|