~timrchavez/+junk/offspring-python2.7

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Timothy R. Chavez
  • Date: 2012-05-11 17:30:37 UTC
  • Revision ID: timothy.chavez@canonical.com-20120511173037-1ldu4ngwm0cesh0i
Bump to 2.7 for this charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
default: develop
4
4
 
5
5
.virtualenv:
6
 
        virtualenv --python=/usr/bin/python2.6 --setuptools .virtualenv
 
6
        virtualenv --python=/usr/bin/python2.7 --setuptools .virtualenv
7
7
        rm -f distribute-*.tar.gz
8
8
 
9
9
.download-cache: