Nate Prewitt
d63e94f552
Move to src directory ( #6506 )
2023-08-13 14:46:13 -07:00
Miloslav Pojman
786255613b
Remove Python 2 mention from tox ( #6200 )
2022-07-20 17:13:36 -06:00
Marwan
620ed4fc52
Move socks testing requirement into requirements-dev.txt ( #6035 )
2022-01-06 10:57:59 -07:00
David Glick
8e764f355d
Run tox in parallel using -p instead of detox
2021-11-29 22:20:47 -05:00
Nate Prewitt
9cd2d33489
Move CI to Github Actions
2020-11-11 10:29:13 -08:00
Seth Michael Larson
5734f4fc4a
Force pipenv to use the lockfile
2019-01-19 10:51:12 -06:00
kennethreitz
70a4ae744c
pip install pipenv
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-17 11:26:22 -04:00
kennethreitz
4c300c2067
pipfile
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-17 11:24:05 -04:00
Cory Benfield
f8ccc60498
Clearer makefile for building README
2017-06-07 13:50:00 +01:00
kennethreitz
7fc48b099e
ignore undefined names in flake8
2017-05-29 22:41:51 -04:00
kennethreitz
3fa02a1336
flake8 ignore lambda expressions
2017-05-29 22:41:07 -04:00
kennethreitz
7c2618eb82
flake8: import statement improvements
2017-05-29 22:37:43 -04:00
kennethreitz
4e1bbe1288
ignore line continuations for flake8
2017-05-29 22:35:33 -04:00
kennethreitz
cfc3db06cf
ignore import statements for flake8
2017-05-29 22:34:32 -04:00
kennethreitz
5a2e5af3a4
try junit
2017-05-29 01:51:06 -04:00
kennethreitz
88b435e7e8
only flake8 the right directory
2017-05-29 01:36:00 -04:00
kennethreitz
8ddba4662d
no piping to a file
2017-05-28 22:06:04 -04:00
kennethreitz
cd2beaf04a
flake8report.txt
2017-05-28 21:54:13 -04:00
kennethreitz
beccd21146
bunk change
2017-05-28 21:42:09 -04:00
kennethreitz
0622b5c54e
flake8
2017-05-28 21:38:27 -04:00
kennethreitz
1dfa631dae
updates to travis ci
2017-05-27 23:54:53 -04:00
kennethreitz
8d0c2537ee
better comments
2017-05-27 23:34:56 -04:00
kennethreitz
458008653c
detox
2017-05-27 23:33:13 -04:00
kennethreitz
94331723d1
try again
2017-05-27 23:19:59 -04:00
kennethreitz
b565b79858
skip that
2017-05-27 23:14:06 -04:00
kennethreitz
dc70edf17d
try this
2017-05-27 23:09:38 -04:00
kennethreitz
6abe1ff933
update
2017-05-27 23:02:45 -04:00
kennethreitz
3d425ac191
try this
2017-05-27 23:00:30 -04:00
kennethreitz
0ff28d7421
faster
2017-05-27 22:57:45 -04:00
kennethreitz
03944f4cd6
restore old behavior
2017-05-27 20:33:32 -04:00
kennethreitz
b6d51d9f2b
change test configuration
2017-05-27 20:25:11 -04:00
kennethreitz
e4d8571080
concurrency in coverage report
2017-05-27 20:08:08 -04:00
kennethreitz
cd4c701186
xdist
2017-05-27 19:57:40 -04:00
kennethreitz
8e93b100da
lets give this a try
2017-05-27 19:44:54 -04:00
kennethreitz
1d76cb3572
cleanup tests (make them faster)
2017-05-27 19:30:13 -04:00
kennethreitz
f5f3e696ab
fix makefile
2017-05-26 22:53:47 -04:00
Jon Dufresne
2c71f2d520
Add setup.cfg to declare wheel as universal
...
As the project is pure Python, a built wheel should always be universal,
so define in the project globally. Can remove --universal command from
Makefile.
See:
http://pythonwheels.com/
2017-05-20 07:39:09 -07:00
Ian Cordasco
f88e573c18
Merge branch 'master' into issue/4030
2017-05-17 19:36:49 -05:00
Nate Prewitt
dbdbffd7f5
Stop creating Pipfile.lock on every make.
...
Pipenv used to require the file to be locked on each individual platform,
but as of v4.0.0, that is no longer necessary. Removing the forced call
to lock will speed up builds in CI.
2017-05-17 13:21:11 -07:00
Cory Benfield
2cb07872fe
Add a makefile target for testing the readme
2017-05-17 10:44:14 -07:00
Cory Benfield
d89f8c0d70
Fix up Appveyor testing
2017-05-03 13:19:46 +01:00
mattkohl
a0b97253c2
Removed docs-init (depended on missing docs/requirements.txt)
2017-02-10 10:45:06 +00:00
Nate Prewitt
f521a25970
remove pin
2017-02-03 09:29:13 -07:00
Nate Prewitt
808e4c62dc
pin pipenv until kennethreitz/pipenv#90 is resolved
2017-01-27 13:42:22 -07:00
kennethreitz
1da52c04d4
attempted fix for travis
2017-01-24 23:04:25 -05:00
kennethreitz
cf07efa534
give up
2017-01-24 22:51:24 -05:00
kennethreitz
9e681a4a9f
fix makefle
2017-01-24 21:22:16 -05:00
Ian Cordasco
6a415a02cf
Blacklist known bad version of pipenv
...
We pinned pipenv to release v2.13.0 but in reality, we could have just
blacklisted the known bad version. For future us, we now blacklist it.
2017-01-24 07:05:30 -06:00
Ian Cordasco
32548e2bb6
Pin pipenv to fix CI
2017-01-24 06:45:29 -06:00
Ian Cordasco
4d00d47a5a
Use twine for publishing Requests
2017-01-24 06:22:58 -06:00