Skip to content

Commit

Permalink
Add AppVeyor config file
Browse files Browse the repository at this point in the history
Closes #174
  • Loading branch information
sigmavirus24 committed Jul 22, 2016
1 parent c3ee482 commit a8753b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a8753b3

Please sign in to comment.