4 lines
85 B
Bash
Executable File
4 lines
85 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
tox -e py26,py27,py36,pep8 && tools/testing/combine_coverage.sh
|