Sfoglia il codice sorgente

travis: Enable python 3.4

Jonas Borgström 11 anni fa
parent
commit
c90c6c9e9d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -2,6 +2,7 @@ language: python
 python:
   - "3.2"
   - "3.3"
+  - "3.4"
 # command to install dependencies
 install:
   - "sudo apt-get install -y libacl1-dev"