debian-skyfield-data/.travis.yml

26 lines
380 B
YAML

sudo: false
dist: xenial
language: python
install:
- pip install tox
script:
- tox -e $TOXENV
matrix:
fast_finish: true
include:
# Python version is just for the look on travis.
- python: 2.7
env: TOXENV=py27
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
sudo: true