Merge remote-tracking branch 'remotes/origin/patch-5'

Conflicts:
	tests/test_cloudy.py
This commit is contained in:
2016-01-08 16:28:20 +08:00
5 changed files with 167 additions and 176 deletions
+4 -2
View File
@@ -63,6 +63,8 @@ setup(
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
],
zip_safe=False
zip_safe=False,
test_suite="tests",
setup_requires=['pytest-runner'],
tests_require=['pytest']
)