diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65e4aab19c349c6d1927ed61529283e21a259676..c1c0d9529dc0ea2d8fffee44d8cc5caf040e8192 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,10 +3,11 @@ test:2.7: script: - cat requirements.txt | xargs -n 1 pip install - xvfb-run python setup.py test - + - coverage report -m test:3.5: image: wxpython-python3.6:4.0.0a2 script: - cat requirements.txt | xargs -n 1 pip install - xvfb-run python setup.py test + - coverage report -m