We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e83aacb + 579281b commit 25f9546Copy full SHA for 25f9546
.travis.yml
@@ -6,7 +6,7 @@ cache:
6
directories:
7
- $HOME/.cache/pip
8
before_install:
9
- - pip install --upgrade pytest
+ - pip install setuptools pip --upgrade
10
install:
11
- pip install -e .[dev]
12
script:
setup.cfg
@@ -0,0 +1,5 @@
1
+[bdist_wheel]
2
+universal: 1
3
+
4
+[metadata]
5
+license_file: LICENSE
setup.py
@@ -42,10 +42,7 @@
42
43
dev_requires = [
44
'flake8',
45
- # with pex 1.2.2, seems that more recent setuptools break things
46
- # and the planet package will not be found
47
- # see https://github.com/pantsbuild/pex/issues/301
48
- 'setuptools<21',
+ 'setuptools',
49
'pex',
50
'pytest-cov',
51
'sphinx',
0 commit comments