mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-02-18 05:24:25 +01:00
removed support for Python 3.4 on Windows
The first dependencies and sub-dependencies (e.g. Colorama) stopped supporting python 3.4. Hence support was removed in pyhamtools as well.
This commit is contained in:
parent
f51976a9f5
commit
bcb03b13b5
|
|
@ -6,10 +6,6 @@ environment:
|
||||||
PYTHON_VERSION: "2.7.8"
|
PYTHON_VERSION: "2.7.8"
|
||||||
PYTHON_ARCH: "32"
|
PYTHON_ARCH: "32"
|
||||||
|
|
||||||
- PYTHON: "C:\\Python34"
|
|
||||||
PYTHON_VERSION: "3.4.1"
|
|
||||||
PYTHON_ARCH: "32"
|
|
||||||
|
|
||||||
- PYTHON: "C:\\Python35"
|
- PYTHON: "C:\\Python35"
|
||||||
PYTHON_VERSION: "3.5.4"
|
PYTHON_VERSION: "3.5.4"
|
||||||
PYTHON_ARCH: "32"
|
PYTHON_ARCH: "32"
|
||||||
|
|
@ -39,4 +35,3 @@ install:
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- "%PYTHON%/Scripts/pytest"
|
- "%PYTHON%/Scripts/pytest"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue