diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 46f140d..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: python -python: - - "3.4" -# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors -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 |