Skip to content
Snippets Groups Projects
Commit 53f0b989 authored by Daniel Brown's avatar Daniel Brown
Browse files

update to test

parent b926ef57
Branches
Tags
No related merge requests found
......@@ -17,11 +17,13 @@ python_3:
- kat -v
- which python3
- python3 --version
- python3 test/run_tests.py
- cd test
- python3 run_tests.py
python_2:
script:
- kat -v
- which python2.7
- python2.7 --version
- python2.7 test/run_tests.py
\ No newline at end of file
- cd test
- python2.7 run_tests.py
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment