Browse Source

Use python3.6

Julien Schueller 8 years ago
parent
commit
f837a3520c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -5,7 +5,7 @@ services:
 
 python:
   - "2.7"
-  - "3.4"
+  - "3.6"
 
 # command to install dependencies
 before_install:
@@ -16,7 +16,6 @@ before_install:
 - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse"
 - sudo apt-get update
 - sudo apt-get install $(cat install/files/deb-packages_requirements.txt)
-- sudo apt-get install python3-yaml python3-pycparser python3-markupsafe python3-dev
 - sudo apt-get install libstdc++6
 - wget https://bootstrap.pypa.io/get-pip.py
 - sudo python get-pip.py