kopia lustrzana https://github.com/ctjacobs/pyqso
Remove Travis YAML file.
rodzic
d9ebc7c543
commit
f9046c84b9
31
.travis.yml
31
.travis.yml
|
|
@ -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
|
||||
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
PyQSO is a contact logging tool for amateur radio operators.
|
||||
|
||||
[](https://travis-ci.org/ctjacobs/pyqso)
|
||||
[](https://readthedocs.org/projects/pyqso/?badge=latest)
|
||||
|
||||
## Dependencies
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue