forked from LCA-ActivityBrowser/activity-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
27 lines (22 loc) · 934 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Using multiple examples:
# https://github.com/Anaconda-Platform/anaconda-project/blob/master/appveyor.yml
# https://github.com/AnacondaRecipes/conda-feedstock/blob/master/.appveyor.yml
build: "off"
image: "Visual Studio 2019"
environment:
# PYTHONIOENCODING: "UTF-8"
PYTHONUNBUFFERED: 1
matrix:
- CONDA_PY: "37"
CONDA_INSTALL_LOCN: "C:\\Miniconda37-x64"
- CONDA_PY: "38"
CONDA_INSTALL_LOCN: "C:\\Miniconda38-x64"
install:
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- conda config --set always_yes yes --set changeps1 no
# - conda update -q conda # Yeet.
- conda info -a
# Install package requirements & test suite
- conda install -q -c conda-forge -c cmutel -c haasad -c pascallesage arrow brightway2 bw2io bw2data eidl fuzzywuzzy matplotlib-base networkx pandas pyside2=5.13 salib seaborn presamples openpyxl "pytest>=5.2" pytest-qt pytest-mock xlrd=1.2.0
test_script:
- py.test