diff options
author | Eduardo Pedroni <ep625@york.ac.uk> | 2015-05-27 19:44:31 +0200 |
---|---|---|
committer | Eduardo Pedroni <ep625@york.ac.uk> | 2015-05-27 19:44:31 +0200 |
commit | 4f5f4843851c3185da9fec272b2978c6933d0977 (patch) | |
tree | 09e44516af036cc74f16f22317ba19a8518c2ff3 /fulltest.sh | |
parent | 83ea4d9c54094453fe6e28b6a97a339ea6177f26 (diff) |
Added sorin test, .travis.yml
Diffstat (limited to 'fulltest.sh')
-rwxr-xr-x | fulltest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fulltest.sh b/fulltest.sh index 323fe10..202eb5e 100755 --- a/fulltest.sh +++ b/fulltest.sh @@ -1,3 +1,3 @@ #!/usr/bin/env zsh -python -m unittest test_shivandragon test_callow test_cardclass +python -m unittest test_shivandragon test_callow test_cardclass test_sorin |