Skip to content
Snippets Groups Projects
Commit 1213aec7 authored by Massimiliano Culpo's avatar Massimiliano Culpo Committed by Greg Becker
Browse files

travis: bump python version for flake8 and build tests

parent 66b9009a
Branches
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
fast_finish: true fast_finish: true
include: include:
- stage: 'style checks' - stage: 'style checks'
python: '2.7' python: '3.7'
os: linux os: linux
language: python language: python
env: TEST_SUITE=flake8 env: TEST_SUITE=flake8
...@@ -58,17 +58,17 @@ jobs: ...@@ -58,17 +58,17 @@ jobs:
language: python language: python
env: [ TEST_SUITE=build, 'SPEC=mpich' ] env: [ TEST_SUITE=build, 'SPEC=mpich' ]
# astyle (MakefilePackage) # astyle (MakefilePackage)
- python: '2.7' - python: '3.7'
os: linux os: linux
language: python language: python
env: [ TEST_SUITE=build, 'SPEC=astyle' ] env: [ TEST_SUITE=build, 'SPEC=astyle' ]
# tut (WafPackage) # tut (WafPackage)
- python: '2.7' - python: '3.7'
os: linux os: linux
language: python language: python
env: [ TEST_SUITE=build, 'SPEC=tut' ] env: [ TEST_SUITE=build, 'SPEC=tut' ]
# py-setuptools (PythonPackage) # py-setuptools (PythonPackage)
- python: '2.7' - python: '3.7'
os: linux os: linux
language: python language: python
env: [ TEST_SUITE=build, 'SPEC=py-setuptools' ] env: [ TEST_SUITE=build, 'SPEC=py-setuptools' ]
...@@ -78,17 +78,17 @@ jobs: ...@@ -78,17 +78,17 @@ jobs:
# language: python # language: python
# env: [ TEST_SUITE=build, 'SPEC=perl-dbi' ] # env: [ TEST_SUITE=build, 'SPEC=perl-dbi' ]
# openjpeg (CMakePackage + external cmake) # openjpeg (CMakePackage + external cmake)
- python: '2.7' - python: '3.7'
os: linux os: linux
language: python language: python
env: [ TEST_SUITE=build, 'SPEC=openjpeg' ] env: [ TEST_SUITE=build, 'SPEC=openjpeg' ]
# r-rcpp (RPackage + external R) # r-rcpp (RPackage + external R)
- python: '2.7' - python: '3.7'
os: linux os: linux
language: python language: python
env: [ TEST_SUITE=build, 'SPEC=r-rcpp' ] env: [ TEST_SUITE=build, 'SPEC=r-rcpp' ]
# mpich (AutotoolsPackage) # mpich (AutotoolsPackage)
- python: '3.6' - python: '3.7'
os: linux os: linux
language: python language: python
env: [ TEST_SUITE=build, 'SPEC=mpich' ] env: [ TEST_SUITE=build, 'SPEC=mpich' ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment