Skip to content

add testing environment specification as Dockerfiles and conda environments

Joseph Weston requested to merge feature/docker-testing into master

Currently all the docker images that are used to generate the testing environments used by Kwant are in https://gitlab.kwant-project.org/kwant/testing. This means that the testing environment may become de-synchronized from the state of the code.

Now we bring in the test environment configuration and build the relevant Docker images whenever the configuration changes.

Edited by Joseph Weston

Merge request reports