| language: python | |
| matrix: | |
| include: | |
| - python: '2.7' | |
| - python: '3.4' | |
| - python: '3.5' | |
| - python: '3.6' | |
| - python: '3.7' | |
| dist: xenial | |
| sudo: true | |
| install: | |
| - pip install -U pip setuptools wheel | |
| - pip install -U readme_renderer | |
| - python -c "import setuptools; print(setuptools.__version__)" | |
| script: | |
| - TEST_WITH_INTERNET=1 python setup.py test | |
| - python setup.py check -r -s |