Browse Source

Travis-Ci does not support Python 3.4

Gavin Carothers 11 years ago
parent
commit
b0d61dcafb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -6,7 +6,7 @@ env:
     # - TOXENV=pypy
     # - TOXENV=py32 # no u"" support
     - TOXENV=py33
-    - TOXENV=py34
+    # - TOXENV=py34 # Not support on Travis-Ci at this time
 install:
     - travis_retry pip install tox==1.6.1
 script: