From 84a5098081ba81b1c4446069de5da7f1c001ffe6 Mon Sep 17 00:00:00 2001 From: Matt Liberty Date: Mon, 12 Feb 2024 16:37:00 -0500 Subject: [PATCH] Removed Travis CI files. We migrated to GitHub Actions a while ago. The Travis badge and config file are no longer relevant. --- .travis.yml | 33 --------------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 593f6eb..0000000 --- a/.travis.yml +++ /dev/null @@ -1,33 +0,0 @@ -language: python -matrix: - include: - - os: linux - dist: focal # required for Python >= 3.7 - python: 3.8 - - os: osx - osx_image: xcode12.2 - language: shell # 'language: python' is an error on Travis CI macOS - before_install: - - | - # brew update - brew unlink python@2 - brew install libusb - brew outdated python@3 || brew upgrade python@3 - - os: windows - language: shell # 'language: python' is an error on Travis CI windows - env: >- - PATH=/c/Python39:/c/Python39/Scripts:$PATH - before_install: - - choco install python --version=3.9.2 - - cp /c/Python39/python.exe /c/Python39/python3.exe -addons: - apt: - pacakges: - - libusb-1.0-0-dev -install: - - pip3 install -r requirements.txt - - python3 setup.py build_ext --inplace -script: - - python3 -m unittest - - python3 setup.py sdist - - if [ "$TRAVIS_OS_NAME" = "windows" ]; then python3 setup.py bdist_wheel; fi diff --git a/README.md b/README.md index 6b7150d..50bb6ff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ![Joulescope](https://download.joulescope.com/press/joulescope_logo-PNG-Transparent-Exact-Small.png "Joulescope Logo") -[![Build Status](https://travis-ci.org/jetperch/pyjoulescope.svg?branch=master)](https://travis-ci.org/jetperch/pyjoulescope) +[![Packaging](https://github.com/jetperch/pyjoulescope/actions/workflows/packaging.yml/badge.svg)](https://github.com/jetperch/pyjoulescope/actions/workflows/packaging.yml) [![Docs Status](https://readthedocs.org/projects/joulescope/badge/?version=latest)](https://joulescope.readthedocs.io/) Welcome to the Joulescopeā„¢ python driver!