Skip to content
Snippets Groups Projects
Verified Commit 85e64ee1 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

travis: use correct python version

parent a6fc933d
No related branches found
No related tags found
No related merge requests found
language: python language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
sudo: required sudo: required
compiler: compiler:
- gcc - gcc
...@@ -24,14 +19,28 @@ jobs: ...@@ -24,14 +19,28 @@ jobs:
include: include:
- dist: bionic - dist: bionic
env: BUILDTYPE=Release env: BUILDTYPE=Release
python: 2.7
- dist: bionic
env: BUILDTYPE=Release
python: 3.6
- dist: bionic - dist: bionic
env: BUILDTYPE=Debug env: BUILDTYPE=Debug
python: 2.7
- dist: bionic
env: BUILDTYPE=Debug
python: 3.6
- dist: xenial - dist: xenial
env: BUILDTYPE=Release env: BUILDTYPE=Release
python: 2.7
- dist: xenial - dist: xenial
env: BUILDTYPE=Debug env: BUILDTYPE=Release
python: 3.5
- dist: trusty - dist: trusty
env: BUILDTYPE=Debug env: BUILDTYPE=Release
python: 2.7
- dist: trusty
env: BUILDTYPE=Release
python: 3.4
notifications: notifications:
email: email:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment