Skip to content

Commit

Permalink
Forget python 3.3 on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Aug 29, 2014
1 parent 51126e5 commit a4a9caf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Features
- **Convenient** - Bash-completion and ZSH-completion of options and test targets.
- **Thorough** - Built-in, optional integration with
[coverage](http://nedbatchelder.com/code/coverage/).
- **Modern** - Supports Python 2.7, 3.3, 3.4, and [PyPy](http://pypy.org)
- **Modern** - Supports Python 2.7, 3.4+, and [PyPy](http://pypy.org).
- **Portable** - Completely supports OS X, Linux, and BSDs (and maybe Windows).
- **Living** - This project grows and changes. See the
[changelog](https://github.com/CleanCut/green/blob/master/CHANGELOG)
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ build: false
environment:
matrix:
- PYTHON: "C:/Python27"
- PYTHON: "C:/Python33"
- PYTHON: "C:/Python34"
init:
- "ECHO %PYTHON%"
Expand Down

0 comments on commit a4a9caf

Please sign in to comment.