diff --git a/.gitignore b/.gitignore index e9fbffe..28ef1a5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ __pycache__ .gitattributes build dist -kuda_python.egg-info \ No newline at end of file +kuda_python.egg-info +deploy.bat \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a958b29..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: python -python: - - 3.6 - -before_install: - - python --version - - pip install -U pip - -install: - - pip install -r requirements.txt - -deploy: - provider: pypi - username: "manuelinfosec" - password: "$PYPI_TOKEN" - on: - branch: main \ No newline at end of file