mirror of
https://github.com/LIV2/amitools.git
synced 2025-12-06 06:32:47 +00:00
travis cont
This commit is contained in:
parent
e6c8817a00
commit
4fcf00bf4b
18
.travis.yml
18
.travis.yml
@ -5,6 +5,9 @@ python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
env:
|
||||
- PIP=pip
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
@ -14,15 +17,16 @@ matrix:
|
||||
- os: osx
|
||||
language: generic
|
||||
env:
|
||||
- PYTHON_VERSION=3.7.5
|
||||
- TOXENV=py37
|
||||
- PIP=pip3
|
||||
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- python3
|
||||
|
||||
install:
|
||||
- |
|
||||
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
|
||||
pyenv install $PYTHON_VERSION
|
||||
fi
|
||||
- pip install cython
|
||||
- pip install tox-travis
|
||||
- $PIP install cython
|
||||
- $PIP install tox-travis
|
||||
|
||||
script: tox
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user