diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c2a5f06..46f140d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ python: install: pip install lxml requests # command to run tests, e.g. python setup.py test #script: python -m unittest test_shivandragon test_callow test_cardclass test_sorin -script: fulltest.sh +script: ./fulltest.sh |