Skip to content

Commit 95f4328

Browse files
committed
Drop Python 2.6 testing on Windows and add appveyor badge to documentation
1 parent ba8025a commit 95f4328

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,15 @@ Features
3131
- Easy to hack (e.g. different scoring, new data, different language)
3232
- Developed on Python 2.7
3333
- Tested on CPython 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6 and PyPy, PyPy3
34+
- Tested on Windows, Mac OS X, and Linux
35+
- Tested using Travis CI and AppVeyor CI
3436

3537
.. image:: https://api.travis-ci.org/grantjenks/python-wordsegment.svg
3638
:target: http://www.grantjenks.com/docs/wordsegment/
3739

40+
.. image:: https://ci.appveyor.com/api/projects/status/github/grantjenks/python-wordsegment?branch=master&svg=true
41+
:target: http://www.grantjenks.com/docs/freegames/
42+
3843
Quickstart
3944
----------
4045

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ environment:
22

33
matrix:
44

5-
- PYTHON: "C:\\Python26"
65
- PYTHON: "C:\\Python27"
76
- PYTHON: "C:\\Python33"
87
- PYTHON: "C:\\Python34"
98
- PYTHON: "C:\\Python35"
109
- PYTHON: "C:\\Python36"
11-
- PYTHON: "C:\\Python26-x64"
1210
- PYTHON: "C:\\Python27-x64"
1311
- PYTHON: "C:\\Python33-x64"
1412
- PYTHON: "C:\\Python34-x64"

0 commit comments

Comments
 (0)