Rework platform detection to ignore CI provider.

CI provider is now mostly irrelevant, rework platform detection with that in mind.
Run linux test in AppVeyor
This commit is contained in:
mayeut
2019-11-10 23:40:20 +01:00
parent a3e9b7b8ec
commit d3450e84ac
3 changed files with 16 additions and 35 deletions
+3 -3
View File
@@ -23,11 +23,11 @@ matrix:
- os: windows
language: shell
before_install:
- choco install python3 --version 3.6.8 --no-progress -y
- choco install python3 --version 3.5.4 --no-progress -y
install:
- C:\\Python36\\python -m pip install -r requirements-dev.txt
- C:\\Python35\\python -m pip install -r requirements-dev.txt
script:
- C:\\Python36\\python ./bin/run_tests.py
- C:\\Python35\\python ./bin/run_tests.py
install: $PYTHON -m pip install -r requirements-dev.txt