- 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
-
- 13 Jul, 2017 23 commits
-
-
Sviatoslav Sydorenko authored
-
Sviatoslav Sydorenko authored
-
Sviatoslav Sydorenko authored
Also: * enable pip cache * split script into install+script steps
-
Jason R. Coombs authored
Fix a typo: compatibilty -> compatibility
-
Jason R. Coombs authored
Tests releated fixes and tweaks
-
Benoit Pierre authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
[WIP] Add a test that setuptools can be installed in a clean environment
-
Benoit Pierre authored
Setting LC_ALL/LC_CTYPE=C does not work since LANG=en_US.UTF-8.
-
Benoit Pierre authored
-
Benoit Pierre authored
In my environment, with: - LANGUAGE=en_US:en_GB:en:C - LC_ALL=en_US.UTF-8 Running the testsuite with: - python3.6 -m pytest: is successful - tox -e py36: fails The later because LC_ALL is unset by tox, and LANGUAGE is not passed through, so `locale.getpreferredencoding()` returns 'ANSI_X3.4-1968'.
-
Benoit Pierre authored
So it's possible to run tox with something like: `py.test -k test_unicode_filename_in_sdist`, and not loose the default report arguments.
-
Benoit Pierre authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Restrict use of os.makedirs to those with the security patch introduced in Python 3.2.6, 3.3.5, and 3.4.1 per https://bugs.python.org/issue21082. Ref #1082.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 06 Jun, 2017 1 commit
-
-
Jason R. Coombs authored
-
- 05 Jun, 2017 1 commit
-
-
Felix Yan authored
-