mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Install requisites in install task, move tox-travis into -extras
This commit is contained in:
parent
4f234f272f
commit
2f439d0fc7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user