Explorar el Código

.travis.yml: add Python 3.5

Nicolas Dandrimont hace 9 años
padre
commit
559accdc46
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -12,6 +12,8 @@ matrix:
       env: TEST_REQUIRE="fastimport"
     - python: "3.4"
       env: TEST_REQUIRE=
+    - python: "3.5"
+      env: TEST_REQUIRE=
 cache:
   directories:
     - $HOME/.cache/pip