bumpver/.travis.yml

23 lines
294 B
YAML
Raw Normal View History

2018-09-05 08:43:36 +02:00
os: linux
dist: xenial
sudo: true
2018-09-03 09:19:27 +02:00
language: python
2018-09-05 08:43:36 +02:00
cache: pip
2018-09-03 09:19:27 +02:00
python:
2018-09-05 08:43:36 +02:00
- "3.7"
2018-09-05 21:27:10 +02:00
- "3.6"
- "3.5"
2018-09-05 21:29:57 +02:00
- "pypy3.5"
2018-09-05 08:43:36 +02:00
- "2.7"
2018-09-05 21:29:57 +02:00
- "pypy2.7"
2018-09-05 08:43:36 +02:00
before_install:
2018-09-05 08:50:32 +02:00
- sudo apt-get install -y git mercurial
2018-09-05 09:57:52 +02:00
- sudo bash travis_build_wheel.sh
2018-09-03 09:19:27 +02:00
script:
2018-09-05 09:01:54 +02:00
- python --version
2018-09-05 09:57:52 +02:00
- bash travis_run_tests.sh