- 31 Jul, 2017 5 commits
-
-
Jason R. Coombs authored
update Travis builds
-
Jason R. Coombs authored
tests: disable pytest-flake8 on Python 2.6
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix `test` command handling of `extras_require`
-
- 29 Jul, 2017 1 commit
-
-
Benoit Pierre authored
Python 2.6 support has been official dropped from flake8 for some time, and broken since 3.4.0.
-
- 28 Jul, 2017 2 commits
-
-
Benoit Pierre authored
-
Benoit Pierre authored
Update to the future defaults: `dist: trusty`.
-
- 26 Jul, 2017 7 commits
-
-
Benoit Pierre authored
Also install platform specific requirements in `extras_require`.
-
Benoit Pierre authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
do not strip empty sections in `extras_require`
-
- 25 Jul, 2017 1 commit
-
-
Benoit Pierre authored
-
- 24 Jul, 2017 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
-
Jason R. Coombs authored
Revert "fix `install_requires` handling of extras"
-
- 23 Jul, 2017 17 commits
-
-
Jason R. Coombs authored
-
Benoit Pierre authored
This reverts commit a3ec721e.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Remove dependency on virtualenv. Setuptools' tests don't require it except pytest-virtualenv, which declares it.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix requires handling
-
- 15 Jul, 2017 3 commits
-
-
Benoit Pierre authored
Internally move requirements in `install_requires` that are using extras to `extras_require` so those extras don't get stripped when building wheels.
-
Benoit Pierre authored
Allow requirements of the form `"extra": ["barbazquux; {marker}"]` by internally converting them to `"extra:{marker}": ["barbazquux"]`.
-
Benoit Pierre authored
-