summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-07-22 08:26:41 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-07-22 08:26:41 -0500
commita8753b3ff94bac4adb5763abb7f7f2d2fbc20b19 (patch)
tree970745511d564572e5911215d09906f236d17758
parentc3ee4829ed8d8286a167949ed6ca09a4db571318 (diff)
downloadflake8-a8753b3ff94bac4adb5763abb7f7f2d2fbc20b19.tar.gz
Add AppVeyor config file
Closes #174
-rw-r--r--.appveyor.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
new file mode 100644
index 0000000..4a1d13c
--- /dev/null
+++ b/.appveyor.yml
@@ -0,0 +1,8 @@
+# To activate, change the Appveyor settings to use `.appveyor.yml`.
+install:
+ - python -m pip install tox
+
+build: off
+
+test_script:
+ - python -m tox