Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit f50c171

Browse files
committed
Travis fiddling
1 parent 22287a3 commit f50c171

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@ python:
44
- '3.5'
55
- '3.6'
66
- '3.7'
7+
install:
8+
- pip install pytest unittest2
9+
- python ./setup.py develop
10+
stages:
11+
- lint
12+
- test
713
jobs:
814
include:
915
- stage: lint
1016
python: 3.7
1117
install: pip install black
1218
script: black --check .
1319
- stage: test
14-
install:
15-
- pip install pytest unittest2
16-
- python ./setup.py develop
1720
script:
1821
- python3 -m pytest
1922
addons:

0 commit comments

Comments
 (0)