Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 490fd4aeb0cdd7027e1aa49b4e1806f33c95181a (plain)
1
2
3
4
5
6
7
language: python
dist: bionic
cache: pip
python:
  - 3.8
install: pip install tox
script: tox --skip-missing-interpreters false