Commit Graph

102 Commits

Author SHA1 Message Date
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
Ian Cordasco b5704a63ca Update urllib3 to 1.20.0
Further, fix the Makefile to pull urllib3 from the release branch.
git-describe works based on the most recent commit but all of the
nearest commits in the graph for urllib3 are on the release branch
(since the release branch is never merged back to master).
2017-01-24 06:16:54 -06:00
kennethreitz e32e7108d0 trying this 2017-01-22 00:44:04 -05:00
kennethreitz 0938c9e985 one more time 2017-01-21 20:22:29 -05:00
kennethreitz c00783cd86 let's see if this works 2017-01-21 19:45:44 -05:00
kennethreitz 52b5ed18c1 cleanup makefile 2017-01-17 18:03:23 -05:00
kennethreitz 115b438e6a typo 2017-01-17 17:37:21 -05:00
kennethreitz 96fbe9e8c9 get codecov to work 2017-01-17 17:34:33 -05:00
Marcin Płonka bc8b29099e updating idna.uts46data from upstream project (#3781)
* updating idna.uts46data from upstream project

* removing redundant find/sed in idna update

* Revert "updating idna.uts46data from upstream project"

This reverts commit 0150cee7057dbdcefa1a2fbe2e8617ad0cba5216.
2016-12-21 10:59:34 -05:00
Cory Benfield 50486cf2be Merge pull request #3620 from Lukasa/better-idna
Better support for internationalized domain names.
2016-10-21 13:09:04 +01:00
Cory Benfield 41b4658738 Further complicate the makefile to rewrite imports 2016-10-19 13:19:37 +01:00
Cory Benfield ae82300073 We only ship tagged releases now. 2016-10-14 11:06:25 +01:00
Cory Benfield dfb4ef7be0 Add makefile to get latest idna release. 2016-10-14 10:10:17 +01:00
kennethreitz 057722af23 Update Makefile 2016-02-10 21:07:22 -05:00
kennethreitz 283491f8b6 Update Makefile 2016-02-07 10:58:30 -05:00
kennethreitz a3ded28c57 Update Makefile 2016-02-07 03:45:31 -05:00
kennethreitz 2fa5fa6ac5 Update Makefile 2016-02-07 03:43:35 -05:00