forked from github.com/pypiserver
23 lines
272 B
YAML
23 lines
272 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.3
|
|
- 3.4
|
|
- 3.5
|
|
- 3.6
|
|
- pypy
|
|
- pypy3
|
|
|
|
install:
|
|
- pip install -U setuptools pip sphinx tox tox-travis
|
|
|
|
script:
|
|
- ./bin/test_standalone.sh
|
|
- tox
|
|
- ./bin/check_readme.sh
|
|
|
|
branches:
|
|
except:
|
|
- standalone
|