Skip to content

Commit 90615fb

Browse files
committed
Add travis.yml and requirements.txt files
1 parent f9a831a commit 90615fb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
python:
3+
- "3.6"
4+
5+
# command to install dependencies
6+
install:
7+
- pip install -r requirements.txt
8+
9+
# command to run tests
10+
script:
11+
python -m unittest tests/*

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
requests==2.22.0
2+
ConfigArgParse==0.15.1
3+
progress==1.5

0 commit comments

Comments
 (0)