1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-15 12:55:51 +01:00
pypiserver/.travis.yml

22 lines
274 B
YAML
Raw Normal View History

sudo: false
language: python
python: 2.7
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy
install:
- pip install tox
script:
- tox -e $TOX_ENV
- ./bin/test_standalone.sh
2012-12-02 23:22:54 +01:00
branches:
except:
- standalone