1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00
pypiserver/.travis.yml
2014-01-07 16:49:44 +01:00

19 lines
216 B
YAML

language: python
python: 2.7
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=pypy
install:
- pip install tox
script:
- tox -e $TOX_ENV
branches:
except:
- standalone