1
0
mirror of https://github.com/httpie/cli.git synced 2026-06-11 21:51:06 +02:00

Fix travis

This commit is contained in:
Jakub Roztocil
2016-02-29 15:35:56 +08:00
parent e42f7b8fc9
commit 576ee83d82
+6 -2
View File
@@ -1,11 +1,14 @@
# https://travis-ci.org/jkbrzt/httpie
sudo: false
language: python
os:
- linux
env:
global:
- NEWEST_PYTHON=3.4
language: python
- NEWEST_PYTHON=3.4
python:
- 2.6
- 2.7
@@ -22,5 +25,6 @@ matrix:
script:
- make
after_success:
- [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON && $TRAVIS_OS_NAME == 'linux']] && pip install python-coveralls && coveralls