We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd1f9e commit 93ce9f6Copy full SHA for 93ce9f6
.gitlab-ci.yml
@@ -41,7 +41,7 @@ Test Python 2:
41
Test Python 3:
42
stage: Test
43
script:
44
- - pip2 install -U pip setuptools
+ - pip3 install -U pip setuptools
45
- python3 setup.py test
46
47
Deploy to PyPI:
0 commit comments