Explorar o código

[travis] Test on py32 and py33 targets

Ask Solem %!s(int64=12) %!d(string=hai) anos
pai
achega
7f9078f706
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -2,6 +2,8 @@ language: python
 python:
     - 2.6
     - 2.7
+    - 3.2
+    - 3.3
 install:
     - pip install --use-mirrors tox
 script: TOXENV=py$(echo $TRAVIS_PYTHON_VERSION | tr -d .) tox