diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..e954d4de2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - "3.2" + - "3.3" +# command to install dependencies +install: + - "pip install --use-mirrors Cython" + - python setup.py install +# command to run tests +script: python -m darc.testsuite.run -vb