From b367889e9dc3ebcc0cd6507bf122a05051b43c1f Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 4 May 2017 21:24:17 +0100 Subject: [PATCH] configure wheels --- .travis.yml | 1 + setup.cfg | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 setup.cfg diff --git a/.travis.yml b/.travis.yml index 02cf421d..cf191445 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,7 @@ deploy: "aj+Hl25+NbtmKpHcqxxNJhaMmawgzEPdLX+NwxwAZuTrvUCdiMtYhF9qxN0USHIlXSGDNc\ 7ua6nNpYPhjRv7j5YM4uLlK+4Fv/iU+iQcVfy89BS4vlXzUoje6nLIhogsxytb+FjdGZ0PK\ JzzxfYr0relUjui/gPYmTQoZ1IiT8A=" + distributions: "sdist bdist_wheel" on: condition: $TRAVIS_PYTHON_VERSION = 3.4 tags: true diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..3c6e79cf --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal=1