Skip to content

Commit 6bffdc6

Browse files
committed
Try to run pytest on Windows
1 parent c567f90 commit 6bffdc6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
install:
2+
- pip install --upgrade pip setuptools
3+
- pip install --upgrade --editable .[dev]
4+
test_script:
5+
- pytest -vvv --exitfirst tests/ --cov-fail-under 100 --cov src --cov tests

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: python
22
python: 3.7
3-
dist: xenial
4-
sudo: true
53
addons:
64
apt:
75
packages:

0 commit comments

Comments
 (0)