Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test through docker image (CircleCI) #106

Closed
wants to merge 5 commits into from

Commits on Dec 12, 2019

  1. Add a CircleCI configuration

    Making use of the same tox-base image that's used in the current
    Dockerfile.
    florisla committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    ba0cf2c View commit details
    Browse the repository at this point in the history
  2. Install Mercurial

    florisla committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    e423dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4de74a3 View commit details
    Browse the repository at this point in the history
  4. Update pyenv and Python versions

    Also drop Python 3.4 as in the other CI configs.
    
    Source of the Python versions: https://github.com/themattrix/docker-tox-base/blob/master/python-versions.txt
    florisla committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    ffa778f View commit details
    Browse the repository at this point in the history
  5. Pin the docker image to a specific hash

    This way the CI will not fail on missing Python versions when upstream
    updates the dockerfile.
    florisla committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    f64b16a View commit details
    Browse the repository at this point in the history