Explorar o código

Create .travis.yml

Guillaume Ayoub %!s(int64=10) %!d(string=hai) anos
pai
achega
48a7d5d9c3
Modificáronse 1 ficheiros con 21 adicións e 0 borrados
  1. 21 0
      .travis.yml

+ 21 - 0
.travis.yml

@@ -0,0 +1,21 @@
+language: python
+
+python:
+  - 2.6
+  - 2.7
+  - 3.2
+  - 3.3
+  - 3.4
+  - pypy
+
+install:
+  - pip install sqlalchemy
+  - pip install nose-cov
+  - pip install pam
+  - pip install requests
+
+script: nosetests
+
+after_success: coveralls
+
+sudo: false