Pass tests for Python 3.7

- Don't include compiled files into package.
- Install the newest setuptools to properly
  install package.
pull/35/head
Mišo Belica 6 years ago
parent 0751fe0c97
commit 501c35c8bc

@ -16,6 +16,7 @@ python:
before_install: sudo apt-get install libxml2-dev libxslt-dev
# command to install dependencies
install:
- pip install -U pip wheel setuptools
- python setup.py install
- make deps
# command to run tests

@ -2,3 +2,5 @@ include README.rst
include CHANGELOG.rst
include LICENSE.rst
include AUTHORS.txt
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

Loading…
Cancel
Save