Skip to content

Commit

Permalink
fix appveyor matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Dec 6, 2017
1 parent 66d1b51 commit f4a81bf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ environment:
DJANGO: "Django==1.7.*"
- PYTHON: "C:/Python27"
DJANGO: "Django==1.8.*"

# keep this to just maintain the latest version
- PYTHON: "C:/Python27"
DJANGO: "Django"
DJANGO: "Django==1.9.*"
- PYTHON: "C:/Python27"
DJANGO: "Django==1.10.*"

# The latest version of Django is no longer python2 compatible
#- PYTHON: "C:/Python27"
# DJANGO: "Django"

- PYTHON: "C:/Python34"
DJANGO: "Django==1.7.*"
Expand Down

0 comments on commit f4a81bf

Please sign in to comment.