summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJonas Borgström <jonas@borgstrom.se>2013-07-03 22:46:46 +0200
committerJonas Borgström <jonas@borgstrom.se>2013-07-03 22:46:46 +0200
commit46491eb07d5b809423d86857e8854dca7e77f4b4 (patch)
tree70ebbe2c142d7296461c795dfb7f692961f3cd9b /.travis.yml
parent6d2382587fba4de86529666d640e5fee78cf6463 (diff)
Added .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
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