File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed
Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -27,20 +27,18 @@ install:
2727 - " python --version"
2828 - " python -c \" import struct; print(struct.calcsize('P') * 8)\" "
2929 - " python -m pip install numpy"
30- - " python -c \" import numpy as np;import sys;print(np.get_include())\" "
31-
32- # - "dir C:\\Python36-x64\\lib\\site-packages\\numpy\\core\\include"
33- # - "dir C:\\Python36-x64\\lib\\site-packages\\numpy\\core\\include\\numpy"
34- # build:
35- # parallel: true
30+ build :
31+ parallel : true
3632build_script :
3733 - " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
3834 - cd c:\projects\polyfempy
39- # - set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
40- # - set MSBuildOptions=/v:m /p:Configuration=%config% /logger:%MSBuildLogger%
41- - python setup.py install
35+ - " python --version"
36+ - python -m pip install . --no-deps -vv
4237
4338test_script :
44- - " python -m pip install plotly"
4539 - cd c:\projects\polyfempy
46- - python setup.py test
40+ - python tests/bending.py
41+ - python tests/gravity.py
42+ - python tests/inflation.py
43+ - python tests/plane_hole.py
44+ - python tests/torsion.py
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ deploy:
3434 password :
3535 secure : SBFTnlltZ+CsskcX+qILNOnEIQzK9fwnQKkZGKsxWuKn4VBA/M6olmTl/wOEzfYnrTdY3A9LrCX7b9D+/3CDCOhGkdFw6x1VRYySqkHtxk4UjdzXBnIPi9bf5GFDjIg/lOcKhR6bIhcRjEAu2bAYQTegyi936jHJuSglaLiK9S3/gWSH/fGbS22PFL0Nuh5o4o82MKeR9simNA9uXxTWdMr4SATEm/oOs2Itpmg9cKolizWPzRBT7WMMe9I61ULPkxFjMLtU1C+kXBB0ctE4FBIndZbEUnwYsceXw+gRrWTA+auc3ZvNbF7ilaAIYYXPPlWEewjt1Ib0vPZP1g/jpeLT0uDfpDuin5bJjDbdrjkD9mReBnpinbQU0o0KXX3IJWwcN+LW1r8NUB8K6T6iEiWQmy7D/9vX5jPRXe2zt7O63JWY61cD1VzPrKIeKY/CC0X4TP0PyujbsSpBI6O/5UE8VRZX1hp0YJOEywLqj3YRJ0HcSSanHccUI+sJlbZEGZaH/dJCbWqS25IGN6sXoXD1sfyS2d5XtD1758Sg7+5SLZoXa9fSGLntVhZ72kZjvRgJULirVEqbUqXjdtf3TMO6EtAQMWKgVVguqF9gqO/44R3omQa03bhnZNm9WDIft8ZyIRGk5On2OwVWvFb2ud/5PgmuOdw+auEat9oziNM=
3636 on :
37- tags : true
37+ all_branches : true
You can’t perform that action at this time.
0 commit comments