Skip to content

Commit

Permalink
Bump upper python version test in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
iustin committed Apr 30, 2015
1 parent d2c3f6e commit ffeaa78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dist:
fakeroot ./setup.py sdist

test:
@for ver in 2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3; do \
@for ver in 2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4 3.5; do \
if type python$$ver >/dev/null; then \
echo Testing with python$$ver; \
python$$ver ./setup.py test -q; \
Expand Down

0 comments on commit ffeaa78

Please sign in to comment.