3rd-party: numpy-stl: Cleanups

I was just too lazy to double check what is going to be commited..

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
This commit is contained in:
Thomas Karl Pietrowski 2017-04-29 13:08:09 +02:00
parent c1dc1589df
commit 6c863ba699
7 changed files with 0 additions and 80 deletions

View File

@ -1,8 +0,0 @@
languages:
Ruby: true
JavaScript: true
PHP: true
Python: true
exclude_paths:
- 'tests/*'
- 'docs/*'

View File

@ -1,16 +0,0 @@
[report]
fail_under = 100
exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
[run]
source = stl
branch = True

View File

@ -1,6 +0,0 @@
This directory contains eggs that were downloaded by setuptools to build, test, and run plug-ins.
This directory caches those eggs to prevent repeated downloads.
However, it is safe to delete this directory.

View File

@ -1,14 +0,0 @@
build
dist
docs/_build
cover
*.egg-info
.cache
.coverage
**/htmlcov
**/*.pyc
**/*.pyo
**/*.so
/*.stl
/.tox
/stl/*.c

View File

@ -1,36 +0,0 @@
sudo: false
language: python
python: 3.5
cache:
- pip
- directory:
- .tox/dist
- .tox/distshare
env:
- TOX_ENV=docs
- TOX_ENV=flake8
- TOX_ENV=py27-nix
- TOX_ENV=py34-nix
- TOX_ENV=py35-nix
install:
- pip install -r tests/requirements.txt
- pip install coveralls flake8 tox
- pip install -e .
script:
- tox -e $TOX_ENV
after_success:
- coveralls
before_script: flake8 --ignore=W391 stl tests
notifications:
email:
on_success: never
on_failure: change
deploy:
provider: pypi
user: WoLpH
password:
secure: HVxDUJ6ns7G7xypuibu01ruDfO4orV5lNr1Mor003MX3HVivvKsTwWqY5K1J+J+C4mgK6ahyvanD5GahYvcWia/Y2xeH2VnytnAgo+W3AI+h72+1oaRpvQHynJ7Fz6Mc0zad0GcbQh3QuA7Pu3IOWs7buUL+MQM6d9QLTkerOvs=
on:
tags: true
distributions: bdist_wheel sdist
repo: WoLpH/numpy-stl