mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-17 09:41:38 +00:00
Install requisites in install task, move tox-travis into -extras
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
install: pip3 install tox-travis
|
install:
|
||||||
|
- pip3 install -r requirements.txt -r requirements-extra.txt
|
||||||
script: tox -vv
|
script: tox -vv
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@@ -21,4 +22,5 @@ matrix:
|
|||||||
- choco install python make
|
- choco install python make
|
||||||
- cp /c/python37/python.exe /c/python37/python3.exe
|
- cp /c/python37/python.exe /c/python37/python3.exe
|
||||||
before_script:
|
before_script:
|
||||||
|
- pip install -r requirements-windows.txt
|
||||||
- python build.py
|
- python build.py
|
||||||
|
|||||||
Reference in New Issue
Block a user