* yeet CI

This commit is contained in:
Dominika Liberda 2021-01-29 19:21:24 +01:00
parent d2e522de09
commit f3b5985cc3

View file

@ -3,15 +3,6 @@ default:
- apk add bash - apk add bash
- pip install nose - pip install nose
py2.7-core:
image: python:2.7
variables:
HDL_TEST_SET: core
before_script:
- pip install nose
script:
- ./devscripts/run_tests.sh
py3.6-core: py3.6-core:
image: python:3.6-alpine image: python:3.6-alpine
variables: variables:
@ -48,18 +39,18 @@ py3.9-download:
script: script:
- ./devscripts/run_tests.sh - ./devscripts/run_tests.sh
jython-core: #jython-core:
image: openjdk:11-slim # image: openjdk:11-slim
variables: # variables:
HDL_TEST_SET: core # HDL_TEST_SET: core
allow_failure: true # allow_failure: true
before_script: # before_script:
- apt-get update # - apt-get update
- apt-get install -y wget # - apt-get install -y wget
- ./devscripts/install_jython.sh # - ./devscripts/install_jython.sh
- export PATH="$HOME/jython/bin:$PATH" # - export PATH="$HOME/jython/bin:$PATH"
script: # script:
- ./devscripts/run_tests.sh # - ./devscripts/run_tests.sh
# uncomment once the images are available # uncomment once the images are available
# https://github.com/microsoft/playwright-python/issues/338 # https://github.com/microsoft/playwright-python/issues/338