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 a6f8425 commit 6c84ee7Copy full SHA for 6c84ee7
1 file changed
.drone.yml
@@ -5,8 +5,8 @@ steps:
5
- name: test
6
image: python:3.8.0-alpine3.10
7
commands:
8
- - pip install --upgrade pip setuptools wheel pytest hypothesis
9
- - pip install .
+ - pip3 install --upgrade pip setuptools wheel pytest hypothesis
+ - pip3 install .
10
- pytest dotscience
11
- name: pypi_publish
12
image: plugins/pypi
0 commit comments