djangocms_blog/tox_pip.sh

3 lines
61 B
Bash
Raw Normal View History

#!/bin/sh
pip install 'setuptools<8.0' 'pip<6'
pip install $@