AMD64
Xcode
Git
geographika/mappyfile:.travis.yml@6d85be5
dist: bionic
sudo: false
language: python
python:
    - "2.7"
    - "3.6"
    - "3.7"
    - "3.8"
    - "pypy3"
install:
    - pip install tox-travis coveralls
script:
    - tox
    - python setup.py install
    - mappyfile schema mapfile-schema.json
    - mappyfile schema mapfile-schema-7-6.json --version=7.6
    - mappyfile validate tests/sample_maps/256_overlay_res.map
    - mappyfile format tests/sample_maps/256_overlay_res.map tests/sample_maps/256_overlay_res_formatted.map

after_success:
    - coveralls
Build Config
{
  "script": [
    "./bootstrap.sh"
  ],
  "language": "objective-c",
  "osx_image": [
    "xcode8.1sneakpeek",
    "xcode7.3"
  ]
}