From bfd4fd2f8fdca88d7758a2f7af03b247ec0d9a44 2020-02-21 21:14:15 From: Itamar Turner-Trauring Date: 2020-02-21 21:14:15 Subject: [PATCH] Also run unit tests, some of them are system specific. --- diff --git a/appveyor.yml b/appveyor.yml index b79c7f2..a6f897d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,3 +36,4 @@ install: - "%CMD_IN_ENV% cd results" test_script: - "%CMD_IN_ENV% iptest --coverage xml" + - "%CMD_IN_ENV% pytest IPython"