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

Commit 8a21e2f

Browse files
committed
More travis...
1 parent f50c171 commit 8a21e2f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ python:
44
- '3.5'
55
- '3.6'
66
- '3.7'
7-
install:
8-
- pip install pytest unittest2
9-
- python ./setup.py develop
7+
install: skip
108
stages:
119
- lint
1210
- test
@@ -17,6 +15,9 @@ jobs:
1715
install: pip install black
1816
script: black --check .
1917
- stage: test
18+
install:
19+
- pip install pytest unittest2
20+
- python ./setup.py develop
2021
script:
2122
- python3 -m pytest
2223
addons:

0 commit comments

Comments
 (0)