amitools/.travis.yml
2019-06-27 20:41:46 +02:00

29 lines
375 B
YAML

sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
env:
- PIP=pip
matrix:
include:
- os: linux
- os: osx
language: generic
env:
- TOXENV=py27
- PIP=pip2
install:
- |
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
$PIP install tox
fi
- $PIP install cython
- $PIP install tox-travis
script: tox