Skip to content

Commit 6c84ee7

Browse files
author
Charlotte Godley
committed
pip3?
1 parent a6f8425 commit 6c84ee7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ steps:
55
- name: test
66
image: python:3.8.0-alpine3.10
77
commands:
8-
- pip install --upgrade pip setuptools wheel pytest hypothesis
9-
- pip install .
8+
- pip3 install --upgrade pip setuptools wheel pytest hypothesis
9+
- pip3 install .
1010
- pytest dotscience
1111
- name: pypi_publish
1212
image: plugins/pypi

0 commit comments

Comments
 (0)