From 220133fb230c97278a622cfa57f325b7e0c33c30 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Fri, 20 Sep 2019 18:16:30 +0200 Subject: [PATCH] chore: update appveyor.yaml --- appveyor.yml | 11 +++++------ tox.ini | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 976338d..4c5b2f6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,15 +9,14 @@ environment: VCVARS: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat VCVARSARG: x64 -install: +build: false + +before_test: - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - rustup-init -yv --default-toolchain nightly --default-host x86_64-pc-windows-msvc - - pip install tox - - -before_build: - if defined VCVARS call "%VCVARS%" %VCVARSARG% - C:\Miniconda3\Library\bin\conda.bat activate + - pip install tox -build_script: +test_script: - tox -e build \ No newline at end of file diff --git a/tox.ini b/tox.ini index f811ab8..c290237 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = py37 requires = tox-conda -[testenv] +[testenv:conda] description = Build ED_LRR recreate = True skip_install = True