Skip to content

Commit

Permalink
Change CI from circleci to travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik committed Jul 3, 2019
1 parent f679760 commit 0e0f81b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 46 deletions.
45 changes: 0 additions & 45 deletions .circleci/config.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
dist: xenial
language: python
python:
- "3.7"
install:
- pip install pipenv
- pipenv install -d
- pipenv install -d codecov
script:
- make test
after_success:
- pipenv run codecov
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pilgram

[![PyPI version](https://badge.fury.io/py/pilgram.svg)](https://badge.fury.io/py/pilgram)
[![CircleCI](https://circleci.com/gh/akiomik/pilgram.svg?style=svg)](https://circleci.com/gh/akiomik/pilgram)
[![Build Status](https://travis-ci.org/akiomik/pilgram.svg?branch=master)](https://travis-ci.org/akiomik/pilgram)
[![codecov](https://codecov.io/gh/akiomik/pilgram/branch/master/graph/badge.svg)](https://codecov.io/gh/akiomik/pilgram)

A python library for instagram filters.
Expand Down

0 comments on commit 0e0f81b

Please sign in to comment.