summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* fix makefileKenneth Reitz2017-05-261-29/+0
|
* Add setup.cfg to declare wheel as universalJon Dufresne2017-05-201-2/+1
| | | | | | | | | | 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/
* Merge branch 'master' into issue/4030Ian Cordasco2017-05-171-1/+0
|\
| * Stop creating Pipfile.lock on every make.Nate Prewitt2017-05-171-1/+0
| | | | | | | | | | | | 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.
* | Add a makefile target for testing the readmeCory Benfield2017-05-171-0/+3
|/
* Fix up Appveyor testingCory Benfield2017-05-031-0/+1
|
* Removed docs-init (depended on missing docs/requirements.txt)mattkohl2017-02-101-4/+0
|
* remove pinNate Prewitt2017-02-031-1/+1
|
* pin pipenv until kennethreitz/pipenv#90 is resolvedNate Prewitt2017-01-271-1/+1
|
* attempted fix for travisKenneth Reitz2017-01-241-3/+3
|
* give upKenneth Reitz2017-01-241-3/+4
|
* fix makefleKenneth Reitz2017-01-241-1/+1
|
* Blacklist known bad version of pipenvIan Cordasco2017-01-241-1/+1
| | | | | 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.
* Pin pipenv to fix CIIan Cordasco2017-01-241-1/+1
|
* Use twine for publishing RequestsIan Cordasco2017-01-241-3/+4
|
* Update urllib3 to 1.20.0Ian Cordasco2017-01-241-1/+1
| | | | | | | 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).
* trying thisKenneth Reitz2017-01-221-2/+2
|
* one more timeKenneth Reitz2017-01-211-1/+1
|
* let's see if this worksKenneth Reitz2017-01-211-3/+4
|
* cleanup makefileKenneth Reitz2017-01-171-4/+1
|
* typoKenneth Reitz2017-01-171-1/+1
|
* get codecov to workKenneth Reitz2017-01-171-1/+1
|
* updating idna.uts46data from upstream project (#3781)Marcin Płonka2016-12-211-1/+0
| | | | | | | | | | * updating idna.uts46data from upstream project * removing redundant find/sed in idna update * Revert "updating idna.uts46data from upstream project" This reverts commit 0150cee7057dbdcefa1a2fbe2e8617ad0cba5216.
* Merge pull request #3620 from Lukasa/better-idnaCory Benfield2016-10-211-1/+11
|\ | | | | Better support for internationalized domain names.
| * Further complicate the makefile to rewrite importsCory Benfield2016-10-191-0/+1
| |
| * Add makefile to get latest idna release.Cory Benfield2016-10-141-1/+10
| |
* | We only ship tagged releases now.Cory Benfield2016-10-141-3/+15
|/
* Update MakefileKenneth Reitz2016-02-101-1/+1
|
* Update MakefileKenneth Reitz2016-02-071-1/+1
|
* Update MakefileKenneth Reitz2016-02-071-0/+1
|
* Update MakefileKenneth Reitz2016-02-071-1/+1
|
* Added tests module.Dmitry Dygalo2016-02-051-2/+2
|
* cleanup tests from merge of #2991Kenneth Reitz2016-02-031-2/+2
|
* Initial workDmitry Dygalo2016-02-021-2/+2
|
* Fix #2288. Change urllib3 and chardet workflowsyedsuhail2014-10-191-8/+2
|
* clarify commentKevin Burke2014-08-231-1/+1
|
* Clarify which tests to run in the MakefileKevin Burke2014-08-231-1/+3
| | | | | | | | | If you put your Virtualenv in the same folder as Requests (as I usually do), py.test will pick up any test_* files inside the virtualenv and attempt to run them too, leading to the following error: https://gist.github.com/kevinburke/1aa2b07e01de3a7daa15 Instead specify the test file we would like to run in the Makefile.
* /me grumblesKenneth Reitz2014-01-071-0/+1
|
* Initial work towards replacing charadeIan Cordasco2013-12-181-6/+6
|
* wordingKevin Burke2013-11-171-1/+1
|
* Add target to build the documentationKevin Burke2013-11-171-0/+10
|
* add coverage make targetPengfei Xue2013-11-151-0/+3
|
* Wheel support.Cory Benfield2013-11-131-0/+4
|
* $ make ciKenneth Reitz2013-10-241-2/+4
|
* replace invoke with makefiles Kenneth Reitz2013-10-241-0/+23
|
* remove makefileKenneth Reitz2013-03-221-30/+0
|
* requirements.txtKenneth Reitz2012-12-171-1/+1
|
* new tests!Kenneth Reitz2012-12-171-0/+4
|
* remove all old testsKenneth Reitz2012-12-171-30/+4
|
* basics workingKenneth Reitz2012-12-151-0/+3
|