appveyor.yml 253 B

1234567891011121314151617
  1. services:
  2. - mssql2016
  3. environment:
  4. matrix:
  5. - TOXENV: py35-dj111-sqlite-noelasticsearch
  6. matrix:
  7. fast_finish: true
  8. install:
  9. - C:\Python36\python -m pip install tox
  10. build: false # Not a C# project
  11. test_script:
  12. - C:\Python36\scripts\tox