1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00

use tox without the .travis-runtox script

This commit is contained in:
Ralf Schmitt 2014-01-07 16:49:44 +01:00
parent 6f0a2c133b
commit dab48a4f66

@ -1,17 +1,18 @@
language: python language: python
python: 2.7
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=pypy
python: install:
- 2.6 - pip install tox
- 2.7
- 3.2
- pypy
before_install: pip install --use-mirrors tox script:
- tox -e $TOX_ENV
install: python setup.py install
script: ./.travis-runtox.py
branches: branches:
except: except:
- standalone - standalone