Codebase list pyexcel / master .moban.d / travis.yml
master

Tree @master (Download .tar.gz)

travis.yml @masterraw · history · blame

{% extends "travis.yml.jj2" %}
{%block extra_matrix %}
matrix:
  include:
    - python: 2.7
      env: MINREQ=1
{%endblock%}
{%block custom_install%}
  - if [[ $TRAVIS_PYTHON_VERSION == "pypy" ]]; then rm tests/test_examples.py; fi
{%endblock%}

{%block pypi_deployment%}
{%endblock %}