6 lines
79 B
Bash
Executable file
6 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
# Executes the tests with tox.
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
tox -e py36
|