remove manifest
update travis.yml
This commit is contained in:
parent
768353f617
commit
50dae063a3
@ -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
|
||||
|
||||
|
11
MANIFEST.in
11
MANIFEST.in
@ -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
|
Loading…
x
Reference in New Issue
Block a user