Skip to content

Commit 0e9434b

Browse files
committed
Create travis yaml file
1 parent ed5940f commit 0e9434b

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: python
2+
python:
3+
- "3.6"
4+
- "3.7"
5+
- "3.8"
6+
- "3.9"
7+
8+
before_install:
9+
- py -m pip install --upgrade pip
10+
11+
install:
12+
- pip install -r requirements.txt
13+
- pip install .
14+
- pip install pytest
15+
script:
16+
- pytest

tests/res/data.yaml

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

0 commit comments

Comments
 (0)