Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .appveyor.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,9 +5,6 @@ environment:
CYGWIN64_GIT_PATH: "C:\\cygwin64\\bin;%GIT_DAEMON_PATH%"

matrix:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7"
GIT_PATH: "%GIT_DAEMON_PATH%"
- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4"
GIT_PATH: "%GIT_DAEMON_PATH%"
Expand All@@ -26,12 +23,6 @@ environment:
MAYFAIL: "yes"
GIT_PATH: "%GIT_DAEMON_PATH%"
## Cygwin
- PYTHON: "C:\\Miniconda-x64"
PYTHON_VERSION: "2.7"
IS_CONDA: "yes"
IS_CYGWIN: "yes"
MAYFAIL: "yes"
GIT_PATH: "%CYGWIN_GIT_PATH%"
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5"
IS_CYGWIN: "yes"
Expand Down
1 change: 0 additions & 1 deletion test-requirements.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,4 +3,3 @@ coverage
flake8
nose
tox
mock; python_version=='2.7'
2 changes: 1 addition & 1 deletion tox.ini
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36,py37,flake8
envlist = py34,py35,py36,py37,flake8

[testenv]
commands = nosetests{posargs}
Expand Down