~juju-gui-charmers/charms/precise/juju-gui/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Francesco Banconi
  • Date: 2015-03-02 15:00:30 UTC
  • mfrom: (60.13.162 develop-trunk)
  • Revision ID: francesco.banconi@canonical.com-20150302150030-ya05a8fh7vxlezbr
Tags: 1.3.3
New charm release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
setup:
29
29
        tests/00-setup
30
30
        # Ensure the correct version of pip has been installed
31
 
        tests/.venv/bin/pip --version | grep "pip 1.[4-9]" || exit 1
 
31
        tests/.venv/bin/pip --version | grep -E '1\.[4-9]\.|6\.[0-9]\.[0-9]' || exit 1
32
32
 
33
33
sysdeps:
34
34
        sudo apt-get install --yes $(SYSDEPS)