forked from extern/httpie-cli
Merge pull request #303 from msabramo/coveralls_only_one
.travis.yml: Only do coveralls on the latest Python version
This commit is contained in:
commit
e6e94398ae
@ -2,6 +2,9 @@
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- NEWEST_PYTHON=3.4
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.6
|
- 2.6
|
||||||
@ -13,5 +16,4 @@ python:
|
|||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
after_success:
|
after_success:
|
||||||
- pip install python-coveralls
|
- if [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON ]]; then pip install python-coveralls && coveralls; fi
|
||||||
- coveralls
|
|
||||||
|
Loading…
Reference in New Issue
Block a user