Sfoglia il codice sorgente

Create .travis.yml

Guillaume Ayoub 10 anni fa
parent
commit
48a7d5d9c3
1 ha cambiato i file con 21 aggiunte e 0 eliminazioni
  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