diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index acab037..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -language: - python -python: - - "3.5" - - "3.6" - - "3.7" - - "3.12" -# command to install dependencies -install: - - "pip install pipenv" - - "pipenv install" - - "coverage --version" -# command to run tests -script: - - pytest --cov=pittapi tests/ -notifications: - email: false -os: - - linux diff --git a/README.md b/README.md index f502c2c..a056bf3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pitt API -![Build Status](https://travis-ci.org/Pitt-CSC/PittAPI.svg?branch=master) +![Build Status](https://img.shields.io/github/actions/workflow/status/pittcsc/PittAPI/tests-on-push.yml?branch=dev) ![License](https://img.shields.io/badge/license-GPLv2-blue.svg) ![Python Version](https://img.shields.io/badge/python-%3E%3D%203.9-green.svg)