docker-compose build
docker-compose run --rm src sh -c "python manage.py test && flake8"
docker-compose up
A Rest API application of Django framework besides it's running on Docker so no virtualenv required. This one is for learning Docker, Travis-ci, Unit testing and many more.
docker-compose build
docker-compose run --rm src sh -c "python manage.py test && flake8"
docker-compose up
A Rest API application of Django framework besides it's running on Docker so no virtualenv required. This one is for learning Docker, Travis-ci, Unit testing and many more.
MIT License