Skip to content

Commit 6f66c73

Browse files
committed
remove some travis references
1 parent 5b6150b commit 6f66c73

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EasyPost Python Client Library
22

3-
[![Build Status](https://travis-ci.com/EasyPost/easypost-python.svg?branch=master)](https://travis-ci.com/EasyPost/easypost-python)
3+
[![CI](https://github.com/EasyPost/easypost-python/workflows/CI/badge.svg)](https://github.com/EasyPost/easypost-python/actions?query=workflow%3ACI)
44
[![PyPI version](https://badge.fury.io/py/easypost.svg)](https://badge.fury.io/py/easypost)
55

66
EasyPost is the simple shipping API. You can sign up for an account at <https://easypost.com>.
@@ -157,5 +157,5 @@ To run tests:
157157
- Create a virtualenv for your version of Python (e.g., `python2.7 -m virtualenv venv`)
158158
- Install dependencies in that virtualenv (`./venv/bin/pip install requests six`)
159159
- Install test dependencies (`./venv/bin/pip install -r requirements-tests.txt`)
160-
- Export `$TEST_API_KEY` and `$PROD_API_KEY` appropriately (these are set by `.travis.yml` for CI)
160+
- Export `$TEST_API_KEY` and `$PROD_API_KEY` appropriately (these are set automatically for CI)
161161
- Run the tests with `py.test` (`./venv/bin/py.test -vs tests`)

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
'Docs': 'https://www.easypost.com/docs/api',
3737
'Tracker': 'https://github.com/EasyPost/easypost-python/issues',
3838
'Source': 'https://github.com/EasyPost/easypost-python',
39-
'CI': 'https://travis-ci.com/EasyPost/easypost-python',
4039
},
4140
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4',
4241
classifiers=[

0 commit comments

Comments
 (0)