Skip to content

Commit fa641d6

Browse files
committed
Revert "Use tested config files"
This reverts commit 04eb0f5.
1 parent 04eb0f5 commit fa641d6

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

.stickler.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,24 @@ language: python
22

33
matrix:
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

1615
install:
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
2220
script:
23-
- nosetests --with-doctest --with-coverage -c nose.cfg
21+
- coverage run --rcfile=.coveragerc --source windpowerlib -m py.test
22+
- coverage report
2423

2524
after_success:
2625
- coveralls

0 commit comments

Comments
 (0)