From f9046c84b9244b4b69ec6425f9af145d7809b927 Mon Sep 17 00:00:00 2001 From: Christian Rodriguez Jacobs Date: Fri, 7 Mar 2025 13:52:17 +0000 Subject: [PATCH] Remove Travis YAML file. --- .travis.yml | 31 ------------------------------- README.md | 1 - 2 files changed, 32 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 37c566e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,31 +0,0 @@ -sudo: required -dist: trusty - -language: python - -python: - - "3.4" - -virtualenv: - system_site_packages: true - -before_install: - - sudo apt-get update -qq - - sudo apt-get install -yq xvfb python3 python3-pip gir1.2-gtk-3.0 python3-gi-cairo python3-flake8 python3-numpy python3-matplotlib python3-sphinx python-libhamlib2 - - "export DISPLAY=:99.0" - - "sh -e /etc/init.d/xvfb start" - -install: - - sudo make install - -before_script: - - export PYTHONPATH=`pwd`:$PYTHONPATH - - echo $PYTHONPATH - - flake8 pyqso - - flake8 tests - - flake8 bin - -script: - - make test - - make docs - - sudo make clean diff --git a/README.md b/README.md index 24054a6..fb79028 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ PyQSO is a contact logging tool for amateur radio operators. -[![Build Status](https://travis-ci.org/ctjacobs/pyqso.svg)](https://travis-ci.org/ctjacobs/pyqso) [![Documentation Status](https://readthedocs.org/projects/pyqso/badge/?version=latest)](https://readthedocs.org/projects/pyqso/?badge=latest) ## Dependencies