Parcourir la source

Merge pull request #9 from myint/travis

Add Travis CI test configuration
Matthew Wang il y a 11 ans
Parent
révision
90d17c5d30
1 fichiers modifiés avec 15 ajouts et 0 suppressions
  1. 15
    0
      .travis.yml

+ 15
- 0
.travis.yml Voir le fichier

@@ -0,0 +1,15 @@
1
+language: python
2
+
3
+python:
4
+    - "2.5"
5
+    - "2.6"
6
+    - "2.7"
7
+    - "pypy"
8
+    - "3.2"
9
+    - "3.3"
10
+
11
+install:
12
+    - python setup.py install
13
+
14
+script:
15
+    - ./tests/tests.sh