Upgrade travis.yml to Ubuntu 16.04

This commit is contained in:
nsubiron 2019-01-27 15:57:02 +01:00
parent 4734773533
commit 848c068b63
4 changed files with 11 additions and 4 deletions

View File

@ -2,7 +2,7 @@ language: cpp
compiler: clang compiler: clang
os: linux os: linux
dist: trusty dist: xenial
sudo: false sudo: false
matrix: matrix:
@ -13,7 +13,6 @@ matrix:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-trusty-6.0
packages: packages:
- g++-7 # we need this one for the libstdc++. - g++-7 # we need this one for the libstdc++.
- clang-6.0 - clang-6.0
@ -27,7 +26,8 @@ matrix:
- libjpeg-dev - libjpeg-dev
install: install:
- pip2 install -q --user setuptools nose2 - pip2 install -q --user setuptools nose2
- pip3 install -q --user setuptools nose2 - pip3 install -q --user setuptools
- pip3 install -q --user nose2
script: script:
- while sleep 2m; do echo "still building..."; done & - while sleep 2m; do echo "still building..."; done &
- make setup >> build.log 2>&1 - make setup >> build.log 2>&1

2
PythonAPI/.pylintrc Normal file
View File

@ -0,0 +1,2 @@
[TYPECHECK]
ignored-modules=carla,pygame,numpy

View File

@ -0,0 +1,5 @@
future
nose2
numpy
pygame
setuptools

View File

@ -3,7 +3,7 @@ repo_url: https://github.com/carla-simulator/carla
docs_dir: Docs docs_dir: Docs
theme: readthedocs theme: readthedocs
pages: nav:
- Home: 'index.md' - Home: 'index.md'
- Quick start: - Quick start:
- 'Getting started': 'getting_started.md' - 'Getting started': 'getting_started.md'