Przeglądaj źródła

Turn on tests on appveyor.

Antti Aalto 9 lat temu
rodzic
commit
84a9171f1d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      appveyor.yml

+ 2 - 2
appveyor.yml

@@ -19,8 +19,8 @@ build_script:
   - 'pip3 install -e .'
   - 'python3 deployment/windows/buildwin32.py'
 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:
   - path: win32exe
     name: windowsbuild