diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-01-28 15:41:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-28 15:41:01 -0500 |
commit | a85d82dbbe5d34ab664c07bb8223c95e2128eb1c (patch) | |
tree | 8b55d75b4a8eb026e49718d0372c98daa8fa4f69 | |
parent | 1b46090614f8899e7bbe399ee37c1782996e2afe (diff) | |
parent | dd7e5f6295a42d698d882a623dd6c7339b5163b4 (diff) | |
download | cmd2-git-a85d82dbbe5d34ab664c07bb8223c95e2128eb1c.tar.gz |
Merge pull request #1 from python-cmd2/master
Merging latest code from parent project master branch
-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
|