mozjs_sys 0.67.1

System crate for the Mozilla SpiderMonkey JavaScript engine.
environment:
  matrix:
  # note: please use "tox --listenvs" to populate the build matrix below
  - TOXENV: "py27-pytest29"
  - TOXENV: "py27-pytest30"
  - TOXENV: "py27-pytest31"
  - TOXENV: "py34-pytest29"
  - TOXENV: "py34-pytest30"
  - TOXENV: "py34-pytest31"
  - TOXENV: "py35-pytest29"
  - TOXENV: "py35-pytest30"
  - TOXENV: "py35-pytest31"
  - TOXENV: "py36-pytest29"
  - TOXENV: "py36-pytest30"
  - TOXENV: "py36-pytest31"

install:
  - echo Installed Pythons
  - dir c:\Python*

  - C:\Python36\python -m pip install --upgrade --pre tox

build: false  # Not a C# project, build stuff at the test step instead.

test_script:
  - C:\Python36\python -m tox