Skip to content

Commit

Permalink
Comments in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
John Furr authored and John Furr committed Dec 4, 2015
1 parent 37f19e6 commit 92e8542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -6,8 +6,8 @@ language: python
python:
# - "2.6" # Just to old to support
- "2.7"
- "3.2"
- "3.3"
- "3.2" # django does not support
- "3.3" # django does not support
- "3.4"
- "3.5"
# - "3.5-dev" # 3.5 development branch
Expand Down

0 comments on commit 92e8542

Please sign in to comment.