appveyor.yml 395 B

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