bumblebee-status/runtests.sh
Tobi-wan Kenobi a720baf407 [tests] Add Python3 test run
Add testrun to also verify Python3 functionality.

+ Immediately fix a Python3 incompatibility.

see #23
2016-12-03 20:45:52 +01:00

5 lines
103 B
Bash
Executable file

#!/bin/sh
test=$(which nosetests)
python2 $test --rednose -v tests/
python3 $test --rednose -v tests/