summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 33caa66b2d5d185b12e045dae39928f4137e0d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: python
python:
  - "3.6"

install:
  - pip install Pillow

# command to run our tests
script:
  - cd .tests
  - python check_repo.py