-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
39 lines (31 loc) · 1.21 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
skip_commits:
message: /^Merge pull request /
build: false
environment:
PYTHONIOENCODING: "UTF-8"
matrix:
- PYTHON_VERSION: "3.5"
PYTHON_ARCH: "32"
CONDA_PY: "35"
CONDA_INSTALL_LOCN: "C:\\Miniconda35"
- PYTHON_VERSION: "3.5"
PYTHON_ARCH: "64"
CONDA_PY: "35"
CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64"
- PYTHON_VERSION: "3.6"
PYTHON_ARCH: "32"
CONDA_PY: "36"
CONDA_INSTALL_LOCN: "C:\\Miniconda36"
- PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
CONDA_PY: "36"
CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
install:
# Use the pre-installed Miniconda for the desired arch
- cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: conda update -y -q conda
- cmd: conda install -y -q -c conda-forge -c cmutel numpy scipy psutil bw2parameters appdirs arrow docopt docutils jinja2 lxml pandas pyprind pytest stats_arrays cytoolz wrapt voluptuous
- cmd: conda install -y -q -c conda-forge -c cmutel numpy scipy psutil bw2parameters appdirs arrow docopt docutils jinja2 lxml pandas pyprind pytest stats_arrays cytoolz wrapt voluptuous
- cmd: pip install https://github.com/OcelotProject/Ocelot/tarball/master
test_script:
- pytest