From f64351bed168abe1ddae14a1195e7cf14e683ea1 Mon Sep 17 00:00:00 2001 From: Anthex Date: Thu, 25 Apr 2019 00:48:24 +0200 Subject: [PATCH] Add multiplatform testing --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 956033d..e370ad4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,14 @@ language: python python: - "3.5" - "3.6" - - "3.7" +matrix: + include: + - name: "Python 3.7.1 on Xenial Linux" + python: 3.7 + dist: xenial + - name: "Python 3.7.3 on Windows" + os: windows + language: shell + before_install: choco install python + env: PATH=/c/Python37:/c/Python37/Scripts:$PATH script: pytest \ No newline at end of file -- libgit2 0.21.4