httpie-cli/.travis.yml

18 lines
222 B
YAML
Raw Normal View History

2014-05-05 21:17:23 +02:00
# https://travis-ci.org/jakubroztocil/httpie
2014-05-14 14:00:26 +02:00
os:
- linux
- osx
2012-03-04 11:29:55 +01:00
language: python
python:
- 2.6
- 2.7
2012-06-13 16:36:51 +02:00
- pypy
2014-04-25 09:47:35 +02:00
- 3.3
2014-05-12 05:09:47 +02:00
- 3.4
2014-08-15 09:03:27 +02:00
- pypy3
2014-04-28 01:05:03 +02:00
script:
- make
2014-04-28 01:05:03 +02:00
after_success:
- pip install python-coveralls
2014-04-28 01:05:03 +02:00
- coveralls