Skip to content

Commit 1998819

Browse files
author
Yifan Wu
committed
Update dependencies
1 parent ccb36b1 commit 1998819

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
language: python
2+
23
sudo: false
4+
35
python:
46
- "3.6"
57
- "3.7"
68
- "3.8"
9+
10+
install:
11+
- pip install -r requirements.txt
12+
713
script: "python3 test.py"

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yaml==5.1.2

0 commit comments

Comments
 (0)