Skip to content

Commit 93ce9f6

Browse files
committed
Deploy pip3
1 parent 5bd1f9e commit 93ce9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Test Python 2:
4141
Test Python 3:
4242
stage: Test
4343
script:
44-
- pip2 install -U pip setuptools
44+
- pip3 install -U pip setuptools
4545
- python3 setup.py test
4646

4747
Deploy to PyPI:

0 commit comments

Comments
 (0)