Arthur de Jong

Open Source / Free Software developer

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