mirror of https://github.com/silx-kit/pyFAI.git
drop Python 3.6 from Travis
This commit is contained in:
parent
2ae98a903b
commit
ba280e3f60
18
.travis.yml
18
.travis.yml
|
@ -2,28 +2,10 @@ os: linux
|
|||
dist: xenial
|
||||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
|
||||
#addons:
|
||||
# apt:
|
||||
# packages:
|
||||
# - libhdf5-dev
|
||||
# - gfortran
|
||||
# - libatlas-base-dev
|
||||
#For OpenCL:
|
||||
# - ocl-icd-libopencl1
|
||||
# - opencl-headers
|
||||
# - libnuma1
|
||||
# - ocl-icd-dev
|
||||
# - ocl-icd-opencl-dev
|
||||
# command to install dependencies
|
||||
|
||||
#before_install:
|
||||
# - "if [ ${TRAVIS_OS_NAME:-'linux'} = 'linux' ]; then . ./ci/before_install-linux.sh; fi"
|
||||
# - "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then . ./ci/travis/before_install-osx.sh; fi"
|
||||
|
||||
install:
|
||||
- "python ci/info_platform.py"
|
||||
|
|
Loading…
Reference in New Issue