chore: rename .appveyor.yaml
This commit is contained in:
parent
1a33d47c9a
commit
66f04c4896
2 changed files with 3 additions and 2 deletions
|
@ -19,5 +19,5 @@ before_build:
|
|||
- if defined VCVARS call "%VCVARS%" %VCVARSARG%
|
||||
- C:\Miniconda3\Library\bin\conda.bat activate
|
||||
|
||||
test_script:
|
||||
- tox
|
||||
build_script:
|
||||
- tox -e build
|
1
tox.ini
1
tox.ini
|
@ -3,6 +3,7 @@ envlist = py37
|
|||
requires = tox-conda
|
||||
|
||||
[testenv]
|
||||
description = Build ED_LRR
|
||||
recreate = True
|
||||
skip_install = True
|
||||
deps =
|
||||
|
|
Loading…
Reference in a new issue