Add shebang header to run_tests

This commit is contained in:
Winterflower 2019-11-26 13:56:41 +01:00
parent 1c9b8f1298
commit 80aec42d10

View File

@ -1,4 +1,4 @@
# Run the Eland build #!/usr/bin/env bash
python -m eland.tests.setup_tests python -m eland.tests.setup_tests
pytest pytest