Logo white

Anthex / LO53FP

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • LO53FP
  • .travis.yml
  • add Pillow to travis config
    6d36c26b
    Anthex authored
    2019-04-26 22:13:47 +0200  
    Browse Code ยป
.travis.yml 295 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
language: python
install:
  - pip install codecov
  - pip install pytest-cov
  - pip install Pillow
python:
  - "3.5"
  - "3.6"
matrix:
  include:
    - name: "Python 3.7.1 on Xenial Linux"
      python: 3.7
      dist: xenial
script: py.test --cov-report=xml --cov=./
after_success:
  - codecov