浏览代码

Added .travis.yml

Jonas Borgström 12 年之前
父节点
当前提交
46491eb07d
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      .travis.yml

+ 10 - 0
.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