Closed jacquerie closed 7 years ago
Closes #33
Since version 34 setuptools requires a recent enough version of pip to be installed.
setuptools
pip
When running the tests we need to override the latest tag for the image that we want to test so that docker-compose does not pull it from the repo.
latest
docker-compose
Finally, we pin clean-css to the ^3.4.23 release because the 4.x release introduced several breaking changes in features we depend on.
clean-css
^3.4.23
4.x
Closes #33
Since version 34
setuptools
requires a recent enough version ofpip
to be installed.When running the tests we need to override the
latest
tag for the image that we want to test so thatdocker-compose
does not pull it from the repo.Finally, we pin
clean-css
to the^3.4.23
release because the4.x
release introduced several breaking changes in features we depend on.