Files
core/script/test
T

7 lines
79 B
Bash
Raw Normal View History

2015-09-17 00:38:52 -07:00
#!/bin/sh
# Executes the tests with tox.
cd "$(dirname "$0")/.."
2015-09-17 00:38:52 -07:00
2019-08-01 08:45:58 +03:00
tox -e py36