summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorsontek@gmail.com <sontek@gmail.com>2014-08-21 12:47:53 -0700
committersontek@gmail.com <sontek@gmail.com>2014-08-21 12:47:53 -0700
commit0ea46e6aef1c927f98398e32db375a1bf668456f (patch)
tree03cdbda0efa5f12adf03cf2db6d72c4aa80f07f2 /setup.cfg
parentb0ac3581dd452508c39602ff9a00b829ec28606c (diff)
downloadpytest-0ea46e6aef1c927f98398e32db375a1bf668456f.tar.gz
Removed marking pytest as universal, py26 and py27 are not compatible.
--HG-- branch : fix_universal
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 13c7cc0b0..de4074f4f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,6 +5,3 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/en/build/html
-
-[wheel]
-universal = 1 \ No newline at end of file