Commit Graph

52 Commits

Author SHA1 Message Date
Matthew Leather
37dddf5bf7 Fix for broken Travis builds on macOS with Python 3.7 (#704) (#705) 2018-09-07 19:09:30 +02:00
Matthew Leather
e508c631f2 Fix Tox using different Python than expected on macOS (#688) (#706) 2018-09-07 19:08:37 +02:00
cclauss
eb929cbc04 Travis CI: Add Python 3.7 on linux to the testing (#690)
* Travis CI: Add Python 3.7 on linux to the testing

`sudo: true` and `dist: xenial` are currently required https://github.com/travis-ci/travis-ci/issues/9069

* NEWEST_PYTHON=3.7
2018-07-25 14:02:00 +02:00
Jakub Roztocil
59d51ad513 Travis 2018-07-12 21:52:01 +02:00
Jakub Roztocil
61568f1def Travis 2018-07-12 21:46:00 +02:00
Jakub Roztocil
f93f4fa7c7 Travis CI Python versions; install fix 2018-07-12 21:33:12 +02:00
Jakub Roztocil
bf73b5701e Fix travis.yml syntax 2018-07-12 21:23:32 +02:00
Jakub Roztocil
7917f1b40c Build fixes and clean-up
* reflect Python 3.7 release
* fix `pycodestyle` errors
* update `pycodestyle` config
* move `pytest` and `pycodestyle` config to `setup.cfg`
* add `make pycodestyle`
* add `make coveralls`
* etc.
2018-07-12 21:16:16 +02:00
James
37c3307018
Remove 2.6 2017-11-14 09:18:10 -05:00
Jakub Roztocil
a196d1d451 Travis cache: pip 2017-03-12 13:18:39 +01:00
Jakub Roztocil
c948f98b05 Update links 2017-03-10 11:27:38 +01:00
Eugene Duboviy
0046ed73c6 Update .travis.yml 2017-01-08 16:18:19 +02:00
Pedro Rodrigues
becb63de9a useful info 2016-07-26 21:59:34 +01:00
Pedro Rodrigues
86c8abc485 force os to be linux (+1 squashed commit)
Squashed commits:
[444c56d] no vars for you (+1 squashed commit)
Squashed commits:
[c7d1bf9] added pycodestyle environment to travis config
2016-07-26 21:43:13 +01:00
Jakub Roztocil
364b91cbc4 Skip pypy3 tests on TravisCI 2016-07-02 12:03:52 +02:00
Jakub Roztocil
564670566c Fix coveralls integration 2016-03-02 12:25:19 +08:00
Jakub Roztocil
c73dcaf63d CI 2016-03-02 10:08:20 +08:00
Jakub Roztocil
a2dca1e3bb CI 2016-03-02 09:44:39 +08:00
Jakub Roztocil
9f8c452e7e Added gitter chat 2016-03-01 00:12:55 +08:00
Jakub Roztocil
a97f0d52f6 Travis 2016-02-29 17:20:50 +08:00
Jakub Roztocil
41b0286f37 Travis 2016-02-29 17:19:12 +08:00
Jakub Roztocil
fee54b04d8 Travis 2016-02-29 17:09:55 +08:00
Jakub Roztocil
73e0455896 Travis 2016-02-29 16:52:33 +08:00
Jakub Roztocil
e5e5d0ce6d Travis 2016-02-29 16:36:25 +08:00
Jakub Roztocil
f43e473de1 Travis 2016-02-29 16:35:09 +08:00
Jakub Roztocil
0a002ec554 Fix travis 2016-02-29 15:38:59 +08:00
Jakub Roztocil
576ee83d82 Fix travis 2016-02-29 15:35:56 +08:00
Jakub Roztocil
e42f7b8fc9 OSX build 2016-02-29 15:32:10 +08:00
Jakub Roztočil
8eb460a6f3 Disable OSX travis builds for now
OSX/Python support isn't probably not ready on Travis' side yet. 

https://travis-ci.org/jkbrzt/httpie/jobs/78219565#L27

// cc @msabramo — any idea?
2015-09-11 16:24:42 +02:00
Jakub Roztocil
2b51cb6687 Updated links II. 2015-07-03 18:55:45 +02:00
Marc Abramowitz
55fa975ae5 .travis.yml: sudo false for Docker containers
Enables new Docker container infrastructure.
2015-02-10 07:41:38 -08:00
Marc Abramowitz
fbd44640e6 .travis.yml: Only do coveralls on newest python
Testing theory that it has to do with different python version subjobs
completing in different orders and the last one wins.
2015-02-10 07:37:03 -08:00
Corey Farwell
5d2b3f5552 Enable testing on PyPy 3 2014-08-15 00:03:27 -07:00
Jakub Roztocil
f9b5b3a65d Added OSX to Travis CI config. 2014-05-14 14:00:26 +02:00
Corey Farwell
7036ec69ff Enable testing on Python 3.4 2014-05-12 19:16:04 +02:00
Jakub Roztocil
d9eca19b8f New URL. 2014-05-05 21:17:23 +02:00
Jakub Roztocil
29a564ef56 Added wheel support
Should make installation via pip work on OSX Mavericks (#148).

Also added a nifty Makefile.
2014-04-28 13:25:47 +02:00
Jakub Roztocil
76ab8b84be Cleanup 2014-04-28 10:01:56 +02:00
Jakub Roztocil
14763e619d Travis coveralls. 2014-04-28 01:05:03 +02:00
Jakub Roztocil
ea42d32f69 Travis doesn't support Python 3.4 yet. 2014-04-25 09:47:35 +02:00
Jakub Roztocil
3f8a000847 Python 3.4 2014-04-24 20:08:28 +02:00
Jakub Roztocil
80e317fe24 Added Python 3.3 to tox and travis conf. 2013-01-03 14:14:22 +01:00
Jakub Roztocil
26a76e8243 Clean-up 2012-07-26 00:50:39 +02:00
Jakub Roztocil
926d3f5caf Tests, docs, clean-up.
Closes #54.
2012-06-24 03:45:21 +02:00
Marc Abramowitz
b3ea273a21 Add "pypy" to .travis.yml 2012-06-13 07:36:51 -07:00
Jakub Roztocil
1c5fd18465 Python 3 fixes (travis config). 2012-03-15 00:31:12 +01:00
Jakub Roztocil
ab23037582 Python 3 fixes. 2012-03-15 00:28:15 +01:00
Jakub Roztocil
51aa0409e6 Added Python 3 support
Closes #11.
2012-03-15 00:13:11 +01:00
Jakub Roztocil
b7e0473d6c Added file upload support
It is now possible to send multipart/form-data requests.

Note that the --file option used previously has been removed
because it didn't allow you specify the field name.

Example:

    http -f POST example.com field-name@/path/to/file
2012-03-14 19:14:37 +01:00
Jakub Roztočil
a44ef6c443 Fixed tests. 2012-03-04 11:58:23 +01:00