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

Commit 33e0345

Browse files
committed
Travis
1 parent 8a21e2f commit 33e0345

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

.travis.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ python:
44
- '3.5'
55
- '3.6'
66
- '3.7'
7-
install: skip
7+
install:
8+
- pip install pytest unittest2
9+
- python ./setup.py develop
10+
script:
11+
- python3 -m pytest
12+
addons:
13+
apt:
14+
packages:
15+
- build-essential
16+
- swig
17+
- libpcsclite-dev
818
stages:
919
- lint
1020
- test
@@ -14,15 +24,3 @@ jobs:
1424
python: 3.7
1525
install: pip install black
1626
script: black --check .
17-
- stage: test
18-
install:
19-
- pip install pytest unittest2
20-
- python ./setup.py develop
21-
script:
22-
- python3 -m pytest
23-
addons:
24-
apt:
25-
packages:
26-
- build-essential
27-
- swig
28-
- libpcsclite-dev

0 commit comments

Comments
 (0)