Skip to content
Snippets Groups Projects
Commit 4d171e25 authored by Luca Weiss's avatar Luca Weiss
Browse files

CI: upgrade to Ubuntu 18.04

Latest pylint doesn't support Python 3.5 (latest available on 16.04)
anymore.
parent cea0933d
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,10 @@ services: ...@@ -6,10 +6,10 @@ services:
language: c language: c
before_install: before_install:
- docker pull ubuntu:16.04 - docker pull ubuntu:18.04
script: script:
- docker run -v "$(pwd):/var/razer" ubuntu:16.04 /bin/sh -c "cd /var/razer/ && ./scripts/ci/ci.sh" - docker run -v "$(pwd):/var/razer" ubuntu:18.04 /bin/sh -c "cd /var/razer/ && ./scripts/ci/ci.sh"
notifications: notifications:
webhooks: webhooks:
......
...@@ -6,7 +6,6 @@ apt-get -y install \ ...@@ -6,7 +6,6 @@ apt-get -y install \
python3-pip python3-pip
pip3 install autopep8 pip3 install autopep8
pip3 install 'isort<5' # isort 5+ requires Python 3.6+
pip3 install pylint pip3 install pylint
# pylint errors with 1.8+ on pylib/tests/integration_tests/test_device_manager.py about the missing 'coverage' module # pylint errors with 1.8+ on pylib/tests/integration_tests/test_device_manager.py about the missing 'coverage' module
......
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