basic appveyor setup

This commit is contained in:
2017-09-01 22:05:19 -04:00
parent 47604c644b
commit 4d031c859d
+1 -6
View File
@@ -15,11 +15,6 @@ environment:
PYTHON_ARCH: "64"
TOXENV: "py27"
- PYTHON: "C:\\Python33-x64"
PYTHON_VERSION: "3.3.x"
PYTHON_ARCH: "64"
TOXENV: "py33"
- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.x"
PYTHON_ARCH: "64"
@@ -56,4 +51,4 @@ install:
- "pipenv install --dev"
test_script:
- "pipenv run pytest tests"
- "pipenv run pytest test_windows/*"