1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-03 20:01:38 +00:00

Explicitly call tox windows environment on windows

This commit is contained in:
Joe Moore
2019-05-22 11:29:37 -04:00
committed by GitHub
parent 3c2ef97ee2
commit 718e99e880

View File

@@ -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