فهرست منبع

.travis.yml: Add 3.2 and 3.3

Marc Abramowitz 11 سال پیش
والد
کامیت
9df09a4586
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -6,6 +6,8 @@ python:
   - "2.5"
   - "2.5"
   - "2.6"
   - "2.6"
   - "2.7"
   - "2.7"
+  - "3.2"
+  - "3.3"
 # command to install dependencies
 # command to install dependencies
 install:
 install:
   - pip install -r test_requirements.txt --use-mirrors
   - pip install -r test_requirements.txt --use-mirrors