Remove Travis YAML file.

master
Christian Rodriguez Jacobs 2025-03-07 13:52:17 +00:00
rodzic d9ebc7c543
commit f9046c84b9
2 zmienionych plików z 0 dodań i 32 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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