File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed
Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,3 @@ linters:
22 flake8 :
33 python : 3
44 max-line-length : 79
5- select : C,E,F,W,B,B950
6- ignore : E203, E501, W503
7- black :
8- config : ./pyproject.toml
9- fixer : true
10-
11- fixers :
12- enable : true
Original file line number Diff line number Diff line change @@ -2,25 +2,24 @@ language: python
22
33matrix :
44 include :
5+ - python : 3.5
56 - python : 3.6
6- dist : xenial
7- sudo : true
87 - python : 3.7
98 dist : xenial
109 sudo : true
1110
1211# command to install dependencies
13- before_install :
14- - sudo apt-get install libhdf5-serial-dev proj-bin libproj-dev libgeos-dev libspatialindex-dev
12+ # before_install:
13+ # - sudo apt-get install coinor-cbc
1514
1615install :
17- - pip install cython
1816 - pip install .
19- - pip install coveralls
17+ - pip install coveralls sphinx sphinx_rtd_theme nbformat pytest-cov jupyter
2018
2119# command to run tests
2220script :
23- - nosetests --with-doctest --with-coverage -c nose.cfg
21+ - coverage run --rcfile=.coveragerc --source windpowerlib -m py.test
22+ - coverage report
2423
2524after_success :
2625 - coveralls
You can’t perform that action at this time.
0 commit comments