remove manifest

update travis.yml
This commit is contained in:
Walter A. Boring IV 2019-06-13 20:08:03 +00:00
parent 768353f617
commit 50dae063a3
2 changed files with 5 additions and 12 deletions

View File

@ -1,13 +1,17 @@
# Config file for automatic testing at travis-ci.org
language: python
cache: pip
python:
- 3.7
- 3.6
- 2.7
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -U tox-travis -r requirements.txt
install: pip install -U tox-travis -r requirements.txt -r test-requirements.txt
# Command to run tests, e.g. python setup.py test
script: tox

View File

@ -1,11 +0,0 @@
include AUTHORS.rst
include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst
recursive-include rbd_iscsi_client *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-include doc *.rst conf.py Makefile *.jpg *.png *.gif