Browse Source

Install tox before using it.

Dan Helfman 6 năm trước cách đây
mục cha
commit
fd3130b4d9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -2,4 +2,5 @@ pipeline:
   build:
     image: python:3.7.0-alpine3.8
     commands:
+      - pip install tox
       - tox