Skip to content

Commit

Permalink
Test config clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Dec 28, 2015
1 parent 244fde8 commit 4403fe9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Icon
dist
build
eggs
.eggs
parts
bin
var
Expand Down
3 changes: 3 additions & 0 deletions pytest.ini → setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[wheel]
universal = 1

[pytest]
testpaths = tests
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'pytz>=2015.4',
'pip>=7.0.0',
'vincenty==0.1.3',
'jinja2>=2.8'
'jinja2>=2.8',
]

setup(
Expand All @@ -33,6 +33,7 @@
zip_safe=False,
platforms='any',
install_requires=REQUIRES,
test_suite='tests',
keywords=['home', 'automation'],
entry_points={
'console_scripts': [
Expand All @@ -46,5 +47,5 @@
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.4',
'Topic :: Home Automation'
]
],
)

0 comments on commit 4403fe9

Please sign in to comment.