Codebase list pyexcel / debian/0.2.1-0kali2 .travis.yml
debian/0.2.1-0kali2

Tree @debian/0.2.1-0kali2 (Download .tar.gz)

.travis.yml @debian/0.2.1-0kali2raw · history · blame

sudo: false
language: python
notifications:
  email: false
env:
  global:
python:
  - 2.7
  - 2.6
  - 3.3
  - 3.4
  - 3.5
  - pypy
install:
  - rm applymoban.py
  - if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi
  - if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install weakrefset; fi
  - if [[ $TRAVIS_PYTHON_VERSION == "pypy" ]]; then rm tests/test_examples.py; fi
  - if [[ $TRAVIS_PYTHON_VERSION == "pypy" ]]; then pip install lxml==3.4.4; fi
  - pip install -r requirements.txt
  - pip install -r tests/requirements.txt
script:
  make test
after_success:
  codecov