summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2018-01-01 01:08:08 +0000
committerIan Stapleton Cordasco <graffatcolmingov@gmail.com>2018-01-01 01:08:08 +0000
commitf8344997267b8ca87a96c690a3515a443005b653 (patch)
tree6b82a7862ddbbdfa4f10f885b191992cf14bd71e
parent6381d86f00f4e976914c1fa97e2a6682bed5fcc2 (diff)
parenta1b8b530c577917aedc45b308293b2f17ba2ffb3 (diff)
downloadflake8-f8344997267b8ca87a96c690a3515a443005b653.tar.gz
Merge branch 'appveyor-fix' into 'master'
Remove py33 from appveyor See merge request pycqa/flake8!223
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 45890ae..d697df9 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -5,4 +5,4 @@ install:
build: off
test_script:
- - python -m tox -e py27,py33,py34,py35,dogfood
+ - python -m tox -e py27,py34,py35,dogfood