From 3b63f8e90e3fd20f9a600ac5388dbc7a1c7c4e8e Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Thu, 17 Oct 2019 23:26:22 -0400 Subject: [PATCH] release 0.3.3 -- attempt #2 (#45) * remove travis conditional of master --- .gitignore | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++-- .travis.yml | 1 - 2 files changed, 83 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e3bf41d..70abfab 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,87 @@ .pypirc .pytest_cache/ .vscode/ -build/ -dist/ venv/ + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +pip-wheel-metadata/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# pyenv +.python-version + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json diff --git a/.travis.yml b/.travis.yml index 38ba475..391ff46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,6 @@ jobs: python: "3.7" deploy: on: - branch: master repo: davegallant/rfd tags: true provider: pypi