aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorEduardo Pedroni <ep625@york.ac.uk>2015-05-27 19:44:31 +0200
committerEduardo Pedroni <ep625@york.ac.uk>2015-05-27 19:44:31 +0200
commit4f5f4843851c3185da9fec272b2978c6933d0977 (patch)
tree09e44516af036cc74f16f22317ba19a8518c2ff3 /.travis.yml
parent83ea4d9c54094453fe6e28b6a97a339ea6177f26 (diff)
Added sorin test, .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..c75f59f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+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