- 24 Jul, 2017 3 commits
-
-
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 5 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
-
Benoit Pierre authored
Use pytest-virtualenv so the test can be run no Windows too.
-
Benoit Pierre authored
-
- 14 Jul, 2017 15 commits
-
-
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
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix environment markers handling
-
Jason R. Coombs authored
Run build stages (pipelines) in Travis CI config
-