pypiserver/.travis.yml
Kostis Anagnostopoulos 62f60ccef7 docs: Add mplanchard into maintainers.
- ci: check standalone before anything else.
2016-06-28 13:18:03 +02:00

20 lines
308 B
YAML

sudo: false
language: python
python: 3.5
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=pypy
script:
- ./bin/test_standalone.sh
- python -m pip install setuptools pip sphinx tox -U
- tox -e $TOX_ENV
- ./bin/check_readme.sh
branches:
except:
- standalone