Explorar o código

Added .travis.yml

Jonas Borgström %!s(int64=12) %!d(string=hai) anos
pai
achega
46491eb07d
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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