Kaydet (Commit) ea4d9da9 authored tarafından Batuhan Taşkaya's avatar Batuhan Taşkaya Kaydeden (comit) Berker Peksag

Run tests under nose in python setup.py test

Fixes #131
üst c5d5b3cd
......@@ -35,7 +35,8 @@ zip_safe = True
include_package_data = True
packages = find:
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
tests_require = astunparse
tests_requires = ["nose", "astunparse"]
test_suite = nose.collector
[options.packages.find]
exclude = tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment