Skip to content
Snippets Groups Projects
Commit 2f741149 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CI] travis doesn't support xenial / bionic, disable python 3

cf. https://github.com/travis-ci/travis-ci/issues/5821

Python 3 is tested by gitlab anyways.
parent 623d8be4
No related branches found
No related tags found
No related merge requests found
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.6"
sudo: required sudo: required
dist: bionic dist: trusty
compiler: compiler:
- gcc - gcc
# - clang # - clang
......
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