浏览代码

Turn on tests on appveyor.

Antti Aalto 9 年之前
父节点
当前提交
84a9171f1d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      appveyor.yml

+ 2 - 2
appveyor.yml

@@ -19,8 +19,8 @@ build_script:
   - 'pip3 install -e .'
   - 'pip3 install -e .'
   - 'python3 deployment/windows/buildwin32.py'
   - 'python3 deployment/windows/buildwin32.py'
 test_script:
 test_script:
-  - 'echo tests disabled'
-  # - 'py.test --cov=borg --cov-config=.coveragerc --benchmark-skip --pyargs src/borg/testsuite'
+  # - 'echo tests disabled'
+  - 'py.test --cov=borg --cov-config=.coveragerc --benchmark-skip --pyargs src/borg/testsuite'
 artifacts:
 artifacts:
   - path: win32exe
   - path: win32exe
     name: windowsbuild
     name: windowsbuild