Removes line that sets run_build.sh as executable and adds Python versions to test_matrix.yml

This commit is contained in:
Winterflower 2019-11-28 13:50:05 +01:00
parent 78b4a2291b
commit 8a9e83d0e5
2 changed files with 6 additions and 1 deletions

View File

@ -6,5 +6,5 @@ COPY requirements-dev.txt .
RUN pip install -r requirements-dev.txt
COPY . .
RUN chmod +x ./run_build.sh

View File

@ -8,5 +8,10 @@ TEST_SUITE:
- oss
- xpack
PYTHON_VERSION:
- 3.7
- 3.6
- 3.5.3
exclude: ~