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 429b167 commit a5ce100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ init:
- ps: ls C:\Python*
#- dir /s /b C:\MinGW*
#- dir /s /b C:\msys*
- echo [build] >> %HOME%\pydistutils.cfg
- echo compiler=mingw32 >> %HOME%\pydistutils.cfg
install:
- python -u ci\appveyor-bootstrap.py
- set PATH=%PATH%;C:\msys64\mingw64\bin
Expand All @@ -92,6 +90,8 @@ install:
#- C:\Miniconda-x64\Scripts\conda update -q conda
#- C:\Miniconda-x64\Scripts\conda install -q pip numpy
#- C:\Miniconda-x64\python setup.py clean --all build_ext --force --inplace --compiler=mingw32
- echo [build] >> setup.cfg
- echo compiler=mingw32 >> setup.cfg
test_script:
- '%WITH_COMPILER% %PYTHON_HOME%\Scripts\tox'

Expand Down
4 changes: 2 additions & 2 deletions ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ init:
- ps: ls C:\Python*
#- dir /s /b C:\MinGW*
#- dir /s /b C:\msys*
- echo [build] >> %HOME%\pydistutils.cfg
- echo compiler=mingw32 >> %HOME%\pydistutils.cfg
install:
- python -u ci\appveyor-bootstrap.py
- set PATH=%PATH%;C:\msys64\mingw64\bin
Expand All @@ -62,6 +60,8 @@ install:
#- C:\Miniconda-x64\Scripts\conda update -q conda
#- C:\Miniconda-x64\Scripts\conda install -q pip numpy
#- C:\Miniconda-x64\python setup.py clean --all build_ext --force --inplace --compiler=mingw32
- echo [build] >> setup.cfg
- echo compiler=mingw32 >> setup.cfg
test_script:
- '%WITH_COMPILER% %PYTHON_HOME%\Scripts\tox'

Expand Down

0 comments on commit a5ce100

Please sign in to comment.