diff --git a/.travis.yml b/.travis.yml index 28d5c51b00a2b277ff6974522293c64d410d55d0..63bcd6d859f340913175d4433b6dddb11585bffa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,8 @@ language: python cache: pip -python: - - "2.7" - - "3.5" install: true script: - bash ./run-coveralls.sh env: - - if [[$TRAVIS_PYTHON_VERSION = "2.7"]]; then PY_EXE=python2.7; else PY_EXE=python3.5; fi + - PY_EXE=python2.7 + - PY_EXE=python3.5 diff --git a/README.rst b/README.rst index e984c2b82216a653d0d95066043db6c74fef4b6e..43eee408ea1a2f67e0036f6ca7fc4fecdc1eeea9 100644 --- a/README.rst +++ b/README.rst @@ -1,14 +1,8 @@ -.. image:: https://travis-ci.org/inducer/relate.svg +.. image:: https://travis-ci.org/inducer/relate.svg?branch=master :target: https://travis-ci.org/inducer/relate -.. image:: https://coveralls.io/repos/inducer/relate/badge.svg - :target: https://coveralls.io/r/inducer/relate - -.. image:: https://gitlab.tiker.net/inducer/relate/badges/master/build.svg - :target: https://gitlab.tiker.net/inducer/relate/commits/master - -.. image:: https://gitlab.tiker.net/inducer/relate/badges/master/coverage.svg?job=Python+3.5 - +.. image:: https://coveralls.io/repos/github/inducer/relate/badge.svg?branch=master + :target: https://coveralls.io/github/inducer/relate?branch=master RELATE ======