forked from github.com/pypiserver
25 lines
310 B
YAML
25 lines
310 B
YAML
sudo: required
|
|
language: python
|
|
services: docker
|
|
|
|
python:
|
|
- 2.7
|
|
- 3.4
|
|
- 3.5
|
|
- 3.6
|
|
- pypy
|
|
- pypy3
|
|
|
|
install:
|
|
- pip install -U setuptools pip sphinx tox tox-travis
|
|
|
|
script:
|
|
- ./bin/test-docker.sh
|
|
- ./bin/test_standalone.sh
|
|
- tox
|
|
- ./bin/check_readme.sh
|
|
|
|
branches:
|
|
except:
|
|
- standalone
|