diff options
-rw-r--r-- | .appveyor.yml | 7 | ||||
-rwxr-xr-x | README.rst | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 00000000..bfac7f07 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,7 @@ +install: + - python -m pip install tox + +build: off + +test_script: + - python -m tox -e py27,py34,py35,py36 @@ -6,6 +6,10 @@ cmd2 :target: http://travis-ci.org/python-cmd2/cmd2
:alt: Build status
+.. image:: https://ci.appveyor.com/api/projects/status/github/python-cmd2/cmd2
+ :target: http://travis-ci.org/python-cmd2/cmd2
+ :alt: Appveyor build status
+
.. image:: https://img.shields.io/pypi/dm/cmd2.svg?style=plastic
:target: https://pypi.python.org/pypi/cmd2/
:alt: Downloads
|