diff --git a/appveyor.yml b/appveyor.yml index 87e1eec..d68cce6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,9 @@ install: - conda info -a - conda env create -n test-environment -f environment.yml - activate test-environment - - python setup.py install - + - conda install pytest codecov -c conda-forge + - pip install . + test_script: - - python setup.py test + - dimspy --help + - pytest