chore(tests): Also run tests on Python 2.6

This commit is contained in:
Adrien Vergé
2017-07-04 22:07:32 +02:00
parent 7a8cfeed6d
commit 1a961bd4b0
8 changed files with 41 additions and 10 deletions

View File

@@ -47,6 +47,5 @@ setup(
package_data={'yamllint': ['conf/*.yaml'],
'tests': ['yaml-1.2-spec-examples/*']},
install_requires=['pathspec >=0.5.3', 'pyyaml'],
tests_require=['nose'],
test_suite='nose.collector',
test_suite='tests',
)