Sfoglia il codice sorgente

Adds Python 3.4 target to Travis

Ask Solem 11 anni fa
parent
commit
534d0630c9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -3,6 +3,7 @@ python:
   - 2.6
   - 2.7
   - 3.3
+  - 3.4
   - pypy
 before_install:
   - |