Kaydet (Commit) bd786bc6 authored tarafından Berker Peksag's avatar Berker Peksag

Use tox in .travis.yml.

üst 518caa94
language: python
python:
- "pypy"
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
cache:
- $HOME/.pip-cache
install:
- pip install -r requirements-dev.txt --download-cache $HOME/.pip-cache
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- pip install --allow-all-external -e .
script: nosetests
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pypy3
install: pip install tox
script: tox
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment