Skip to content

Commit a6fa8cc

Browse files
committed
Run all tests on each PR
1 parent 90af0bd commit a6fa8cc

File tree

4 files changed

+2
-177
lines changed

4 files changed

+2
-177
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
21
sudo: false
32
language: python
43
python:
54
- '3.6'
6-
matrix:
7-
fast_finish: true
8-
env:
9-
matrix:
10-
- CI_PATTERN=''
115
addons:
126
apt:
137
packages:
@@ -18,6 +12,7 @@ install:
1812
- travis_retry pip install --upgrade --editable .[dev]
1913
cache: pip
2014
script:
21-
- python ci/run_script.py
15+
- make lint
16+
- pytest -vvv --exitfirst tests/ --cov src --cov tests
2217
after_success:
2318
- codecov

ci/custom_linters.py

Lines changed: 0 additions & 113 deletions
This file was deleted.

ci/run_script.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

ci/set_secrets_file.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)