diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b9d3c59d..7b66a1304 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,78 +22,6 @@ py2.7-download: script: - ./devscripts/run_tests.sh -py3.2-core: - image: python:3.2 - variables: - HDL_TEST_SET: core - before_script: - - pip install nose - script: - - ./devscripts/run_tests.sh - -py3.2-download: - image: python:3.2 - variables: - HDL_TEST_SET: download - allow_failure: true - before_script: - - pip install nose - script: - - ./devscripts/run_tests.sh - -py3.3-core: - image: python:3.3-alpine - variables: - HDL_TEST_SET: core - before_script: - - apk update - - apk add bash - - pip install nose - script: - - ./devscripts/run_tests.sh - -py3.3-download: - image: python:3.3-alpine - variables: - HDL_TEST_SET: download - before_script: - - apk update - - apk add bash - - pip install nose - allow_failure: true - script: - - ./devscripts/run_tests.sh - -py3.4-core: - image: python:3.4-alpine - variables: - HDL_TEST_SET: core - script: - - ./devscripts/run_tests.sh - -py3.4-download: - image: python:3.4-alpine - variables: - HDL_TEST_SET: download - allow_failure: true - script: - - ./devscripts/run_tests.sh - -py3.5-core: - image: python:3.5-alpine - variables: - HDL_TEST_SET: core - script: - - ./devscripts/run_tests.sh - -py3.5-download: - image: python:3.5-alpine - variables: - HDL_TEST_SET: download - allow_failure: true - script: - - ./devscripts/run_tests.sh - py3.6-core: image: python:3.6-alpine variables: diff --git a/tox.ini b/tox.ini index 050d35711..106912dcf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,py34,py35 +envlist = py27,py36,py37,py38,py39 [testenv] deps = nose