mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Removes line that sets run_build.sh as executable and adds Python versions to test_matrix.yml
This commit is contained in:
parent
78b4a2291b
commit
8a9e83d0e5
@ -6,5 +6,5 @@ COPY requirements-dev.txt .
|
||||
RUN pip install -r requirements-dev.txt
|
||||
|
||||
COPY . .
|
||||
RUN chmod +x ./run_build.sh
|
||||
|
||||
|
||||
|
@ -8,5 +8,10 @@ TEST_SUITE:
|
||||
- oss
|
||||
- xpack
|
||||
|
||||
PYTHON_VERSION:
|
||||
- 3.7
|
||||
- 3.6
|
||||
- 3.5.3
|
||||
|
||||
|
||||
exclude: ~
|
||||
|
Loading…
x
Reference in New Issue
Block a user