pypiserver/.travis.yml
ankostis on tokoti bd3612d79a FIX standalone generation under PY3.
Add standalone-creation TC.
2015-09-14 09:56:53 +02:00

22 lines
274 B
YAML

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
branches:
except:
- standalone