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
Dmitry Dygalo
18b26d20f7
Added tests module.
2016-02-05 13:21:57 +01:00
kennethreitz
458cb64e3d
cleanup tests from merge of #2991
2016-02-03 03:35:51 -05:00
Dmitry Dygalo
6c2942b198
Initial work
2016-02-02 13:24:05 +01:00
syedsuhail
3a6348dbb9
Fix #2288 . Change urllib3 and chardet workflow
2014-10-19 13:18:26 +05:30
Kevin Burke
024db279c4
clarify comment
2014-08-23 10:10:44 -07:00
Kevin Burke
e70179a620
Clarify which tests to run in the Makefile
...
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.
2014-08-23 10:02:27 -07:00
Kenneth Reitz
e40342afbe
/me grumbles
2014-01-07 12:03:24 -05:00
Ian Cordasco
0bfbacd8b1
Initial work towards replacing charade
2013-12-18 08:42:12 -06:00
Kevin Burke
0c88ae42e6
wording
2013-11-17 18:39:01 -08:00
Kevin Burke
4b69798796
Add target to build the documentation
2013-11-17 18:38:15 -08:00
Pengfei Xue
afaed3343a
add coverage make target
2013-11-15 22:11:49 +08:00
Cory Benfield
86bdd85c4a
Wheel support.
2013-11-13 19:09:49 +00:00
Kenneth Reitz
5469291296
$ make ci
2013-10-24 09:54:14 -04:00
Kenneth Reitz
3b35f1c37d
replace invoke with makefiles
2013-10-24 09:53:00 -04:00
Kenneth Reitz
0d07d1afb3
remove makefile
2013-03-22 15:20:27 -04:00
Kenneth Reitz
c2100c0a4e
requirements.txt
2012-12-17 08:39:13 -05:00
Kenneth Reitz
0569fe44d8
new tests!
2012-12-17 08:09:52 -05:00
Kenneth Reitz
e4c4c80b82
remove all old tests
2012-12-17 07:27:25 -05:00
Kenneth Reitz
366e8e8498
basics working
2012-12-15 03:04:42 -05:00
Kenneth Reitz
fa838c7a85
cleanup makefile
2012-12-14 23:11:49 -05:00
Kenneth Reitz
6ead850065
charade
2012-11-29 08:30:07 -08:00
Kenneth Reitz
9576518d69
oauthlib
2012-06-28 16:23:25 -07:00
Kenneth Reitz
c3ad7af06c
include certifi
2012-06-28 15:58:00 -07:00
Shivaram Lingamneni
2ee67441c8
unbreak the Jenkins build (again/hopefully)
...
Pyflakes is unavailable in the Jenkins Python 3 / PyPy environments
2012-05-07 22:36:51 -07:00
Shivaram Lingamneni
d4227051a9
unbreak the Jenkins build by excluding ./env/*
2012-05-04 04:45:30 -07:00
Shivaram Lingamneni
7f9ea04286
Various Makefile updates
2012-05-03 19:59:15 -07:00
Shivaram Lingamneni
57ccd7e65c
Have Travis run all tests except the external and async ones
...
(async is currently unsupported under Python 3)
2012-05-02 20:20:26 -07:00
Kenneth Reitz
53d60cac4f
Revert "Update Makefile and travis configuration to run all (non-external) tests"
...
This reverts commit a453a78c7c .
2012-05-02 02:38:20 -04:00