Skip to content

Commit

Permalink
ci testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Nov 19, 2015
1 parent 9a68a8c commit d6c7fad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ environment:
init:
- ps: echo $env:TOXENV
- ps: ls C:\Python*
- dir /s /b C:\MinGW*
- dir /s /b C:\msys*
install:
- python -u ci\appveyor-bootstrap.py
- '%PYTHON_HOME%\Scripts\virtualenv --version'
Expand All @@ -68,8 +70,7 @@ install:
- '%PYTHON_HOME%\Scripts\tox --version'
# test that building works before long numpy install
- C:\Miniconda-x64\Scripts\conda config --set always_yes yes --set changeps1 no
- C:\Miniconda-x64\Scripts\conda install -y numpy
- dir C:\Miniconda-x64\Scripts
- C:\Miniconda-x64\Scripts\conda install pip numpy
- C:\Miniconda-x64\python setup.py clean --all build_ext --force --inplace
test_script:
- '%WITH_COMPILER% %PYTHON_HOME%\Scripts\tox'
Expand Down
5 changes: 3 additions & 2 deletions ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ environment:
init:
- ps: echo $env:TOXENV
- ps: ls C:\Python*
- dir /s /b C:\MinGW*
- dir /s /b C:\msys*
install:
- python -u ci\appveyor-bootstrap.py
- '%PYTHON_HOME%\Scripts\virtualenv --version'
Expand All @@ -44,8 +46,7 @@ install:
- '%PYTHON_HOME%\Scripts\tox --version'
# test that building works before long numpy install
- C:\Miniconda-x64\Scripts\conda config --set always_yes yes --set changeps1 no
- C:\Miniconda-x64\Scripts\conda install -y numpy
- dir C:\Miniconda-x64\Scripts
- C:\Miniconda-x64\Scripts\conda install pip numpy
- C:\Miniconda-x64\python setup.py clean --all build_ext --force --inplace
test_script:
- '%WITH_COMPILER% %PYTHON_HOME%\Scripts\tox'
Expand Down

0 comments on commit d6c7fad

Please sign in to comment.