Kaydet (Commit) 064c9429 authored tarafından Ryan Gonzalez's avatar Ryan Gonzalez Kaydeden (comit) Berker Peksag

Use tox-travis to simplify .travis.yml (#56)

üst 580ffce9
sudo: false # run travis jobs in containers sudo: false # run travis jobs in containers
language: python language: python
cache: python:
directories: - 2.6
- $PWD/wheelhouse # cache wheels so that we don't hit network everytime - 2.7
env: - 3.3
global: - 3.4
- PIP_FIND_LINKS=$PWD/wheelhouse - 3.5
matrix: - 3.6
- TOXENV=py26 - pypy
- TOXENV=py27 - pypy3.3-5.2-alpha1
- TOXENV=py33 cache: pip
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pypy3
install: install:
- pip wheel tox # no wheel distribution for tox on pypi yet - pip install tox-travis
- pip install tox
script: tox script: tox
[tox] [tox]
envlist = py26, py27, py33, py34, pypy, pypy3 envlist = py26, py27, py33, py34, pypy, pypy3.3-5.2-alpha1
skipsdist = True skipsdist = True
[testenv] [testenv]
......
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