You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
329 B

  1. version: 1.0.{build}
  2. image: Visual Studio 2017
  3. build:
  4. verbosity: minimal
  5. init:
  6. - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
  7. - set PATH="C:\\Python37";%PATH%
  8. build_script:
  9. - python -m pip install -r requirements.txt
  10. - cd test
  11. - python -m nose -v --rednose