瀏覽代碼

Fix restricted build for python3.3.

Jelmer Vernooij 7 年之前
父節點
當前提交
d8a27d418f
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -4,7 +4,6 @@ cache: pip
 
 python:
   - 2.7
-  - 3.3
   - 3.4
   - 3.5
   - 3.5-dev
@@ -21,7 +20,7 @@ matrix:
   include:
     - python: pypy
       env: TEST_REQUIRE=fastimport
-    - python: 3.3:
+    - python: 3.3
       env: TEST_REQUIRE=fastimport
 
 install: