Commit 94225c73 authored by Jonathan Maw's avatar Jonathan Maw
Browse files

Test adding a wsl test

parent 05587f22
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -157,6 +157,20 @@ lint:
  except:
  - schedules

tests-wsl:
  stage: test
  variables:
    LC_ALL: C.UTF-8
    LANG: C.UTF-8
  tags:
  - wsl
  before_script:
  - mount
  - df -h

  script:
  - tox

# Automatically build documentation for every commit, we want to know
# if building documentation fails even if we're not deploying it.
docs: