Browse Source

.travis.yml: add Python 3.5

Nicolas Dandrimont 9 years ago
parent
commit
559accdc46
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

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