Skip to content
Snippets Groups Projects

Drop Python 2.6 support and add 3.7

Merged Marco Clemencic requested to merge update-python-version into master
2 files
+ 15
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 13
0
@@ -79,6 +79,19 @@ python3.5:
python3.6:
image: gitlab-registry.cern.ch/lhcb-docker/python-deployment:python-3.6
script:
- python --version
- python setup.py nosetests --cover-package LbPlatformUtils
- mkdir -p cover_report && mv -f build/lib/cover cover_report/$CI_JOB_NAME
- python setup.py install && lb-describe-platform --flags
artifacts:
paths:
- cover_report
when: always
expire_in: 1 week
python3.7:
image: gitlab-registry.cern.ch/lhcb-docker/python-deployment:python-3.7
script:
- python --version
- python setup.py nosetests --cover-package LbPlatformUtils
Loading