Skip to content

Commit

Permalink
project: Switch to Travis CI
Browse files Browse the repository at this point in the history
Add Travis CI configuration, replace Circle CI build badge with Travis
CI build badge.
  • Loading branch information
fetzerch committed Mar 17, 2018
1 parent edddcd1 commit 130f7d5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
language: python
install: pip install tox coveralls
matrix:
fast_finish: true
include:
- python: 3.5
env: TOXENV=flake8
- python: 3.5
env: TOXENV=pylint
- python: 2.7
env: TOXENV=py27
- python: 3.5
env: TOXENV=py35
script: tox
after_success: coveralls
6 changes: 3 additions & 3 deletions README.rst
@@ -1,6 +1,6 @@
.. image:: https://circleci.com/gh/fetzerch/fritzcollectd.svg?style=shield
:target: https://circleci.com/gh/fetzerch/fritzcollectd
:alt: Circle CI Status
.. image:: https://travis-ci.org/fetzerch/fritzcollectd.svg?branch=master
:target: https://travis-ci.org/fetzerch/fritzcollectd
:alt: Travis CI Status

.. image:: https://coveralls.io/repos/github/fetzerch/fritzcollectd/badge.svg?branch=master
:target: https://coveralls.io/github/fetzerch/fritzcollectd?branch=master
Expand Down

0 comments on commit 130f7d5

Please sign in to comment.