summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-10-03 18:24:11 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-10-03 18:24:11 +0000
commitce04f914e505fae9df1e514abe1b78368abffa81 (patch)
treea577075b81072a3e66c0bf64c4bcefaa0c68b516 /setup.py
parent408d813a1dcb33aa1eba223499e84e711de50134 (diff)
downloadpyyaml-ce04f914e505fae9df1e514abe1b78368abffa81.tar.gz
Dropped tests from the source distribution since LibYAML bindings do not pass them; updated README and announcement.msg; renamed 'yaml.__libyaml__' to 'yaml.__with_libyaml__'.
git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@295 18f92427-320e-0410-9341-c67f048884a3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dba2e31..610e477 100644
--- a/setup.py
+++ b/setup.py
@@ -256,7 +256,7 @@ if __name__ == '__main__':
distclass=Distribution,
cmdclass={
'build_ext': build_ext,
- 'test': test,
+# 'test': test,
},
)