summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml9
-rw-r--r--test-requirements.txt1
-rw-r--r--tox.ini2
3 files changed, 1 insertions, 11 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 017cf120..2658d96e 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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%"
@@ -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"
diff --git a/test-requirements.txt b/test-requirements.txt
index ec0e4c56..ec2912ba 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,4 +3,3 @@ coverage
flake8
nose
tox
-mock; python_version=='2.7'
diff --git a/tox.ini b/tox.ini
index e46136d6..36048fbc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py34,py35,py36,py37,flake8
+envlist = py34,py35,py36,py37,flake8
[testenv]
commands = nosetests {posargs}