mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
24 lines
379 B
YAML
24 lines
379 B
YAML
os: linux
|
|
|
|
language: python
|
|
cache: pip
|
|
|
|
before_install:
|
|
- sudo apt-get install -y git mercurial
|
|
- sudo bash travis_build_wheel.sh
|
|
|
|
script:
|
|
- python --version
|
|
- bash travis_run_tests.sh
|
|
|
|
matrix:
|
|
include:
|
|
- python: "3.6"
|
|
- python: "3.5"
|
|
- python: "3.4"
|
|
- python: "2.7"
|
|
- python: "pypy3.5"
|
|
- python: "pypy2.7"
|
|
- python: "3.7"
|
|
dist: xenial
|
|
sudo: true
|