Skip to content

Commit

Permalink
Drop python2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed Jun 2, 2014
1 parent 6fae609 commit 3b56f62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
PACKAGE_NAME=trachet
DEPENDENCIES=tff
PYTHON=python
PYTHON25=python2.5
PYTHON26=python2.6
PYTHON27=python2.7
SETUP_SCRIPT=setup.py
Expand All @@ -21,7 +20,6 @@ setup_environment:

build: update_license_block smoketest
$(PYTHON) $(SETUP_SCRIPT) sdist
$(PYTHON25) $(SETUP_SCRIPT) bdist_egg
$(PYTHON26) $(SETUP_SCRIPT) bdist_egg
$(PYTHON27) $(SETUP_SCRIPT) bdist_egg

Expand Down Expand Up @@ -56,7 +54,6 @@ clean:
test: smoketest nosetest

smoketest:
$(PYTHON25) $(SETUP_SCRIPT) test
$(PYTHON26) $(SETUP_SCRIPT) test
$(PYTHON27) $(SETUP_SCRIPT) test

Expand All @@ -72,7 +69,6 @@ nosetest:
update: clean test
$(PYTHON) $(SETUP_SCRIPT) register
$(PYTHON) $(SETUP_SCRIPT) sdist upload
$(PYTHON25) $(SETUP_SCRIPT) bdist_egg upload
$(PYTHON26) $(SETUP_SCRIPT) bdist_egg upload
$(PYTHON27) $(SETUP_SCRIPT) bdist_egg upload

0 comments on commit 3b56f62

Please sign in to comment.