mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Explicitly call tox windows environment on windows
This commit is contained in:
parent
3c2ef97ee2
commit
718e99e880
@ -2,7 +2,7 @@ sudo: false
|
|||||||
language: python
|
language: python
|
||||||
install:
|
install:
|
||||||
- pip3 install -r requirements.txt -r requirements-extra.txt
|
- pip3 install -r requirements.txt -r requirements-extra.txt
|
||||||
script: tox -vv
|
script: tox
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: "linux"
|
- os: "linux"
|
||||||
@ -24,3 +24,5 @@ matrix:
|
|||||||
before_script:
|
before_script:
|
||||||
- pip install -r requirements-windows.txt
|
- pip install -r requirements-windows.txt
|
||||||
- python build.py
|
- python build.py
|
||||||
|
script:
|
||||||
|
- tox -e WINDOWS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user