Skip to content

Commit

Permalink
Merge pull request #134 from pyouroboros/cleanup/legacy-files
Browse files Browse the repository at this point in the history
Clean old legacy files
  • Loading branch information
dirtycajunrice authored Jan 23, 2019
2 parents a8ce753 + 33266d8 commit 60c9961
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 46 deletions.
10 changes: 0 additions & 10 deletions .dockerignore

This file was deleted.

2 changes: 0 additions & 2 deletions .flake8

This file was deleted.

4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ addons:
- docker-ce

script:
- pip install flake8 && flake8 *.py pyouroboros/
- python3 ./ouroboros -i 1 -l debug --run-once
- pip install flake8 && flake8 --max-line-length 120 *.py pyouroboros/
- python3 ./ouroboros -l debug --run-once

deploy:
- provider: pypi
Expand Down
9 changes: 0 additions & 9 deletions dev-environment.yml

This file was deleted.

8 changes: 0 additions & 8 deletions environment.yml

This file was deleted.

6 changes: 0 additions & 6 deletions requirements-dev.txt

This file was deleted.

10 changes: 1 addition & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@
'requests>=2.21.0',
'influxdb>=5.2.1']

requirements_dev = ['docker>=3.7.0',
'schedule>=0.5.0',
'prometheus_client>=0.5.0',
'requests>=2.21.0',
'influxdb>=5.2.1',
'flake8']


def readme():
with open('./README.md') as f:
Expand All @@ -31,9 +24,8 @@ def readme():
classifiers=['Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'],
packages=find_packages(exclude=['doc', 'tests']),
packages=find_packages(),
scripts=['ouroboros'],
install_requires=requirements,
tests_require=requirements_dev,
python_requires='>=3.6.2'
)

0 comments on commit 60c9961

Please sign in to comment.