mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24: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
|
||||
install:
|
||||
- pip3 install -r requirements.txt -r requirements-extra.txt
|
||||
script: tox -vv
|
||||
script: tox
|
||||
matrix:
|
||||
include:
|
||||
- os: "linux"
|
||||
@ -24,3 +24,5 @@ matrix:
|
||||
before_script:
|
||||
- pip install -r requirements-windows.txt
|
||||
- python build.py
|
||||
script:
|
||||
- tox -e WINDOWS
|
||||
|
Loading…
x
Reference in New Issue
Block a user