Skip to content

Commit cd7b593

Browse files
Merge pull request #60 from aaryanrr/master
Travis-CI Integration #60
2 parents 43bb73c + 016178c commit cd7b593

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Travis-CI Config file
2+
os: linux
3+
4+
dist: focal
5+
6+
language: python
7+
8+
# The test will run on the given python versions
9+
python:
10+
- "3.7"
11+
- "3.8"
12+
- "3.9"
13+
14+
# Installing all the dependencies before testing
15+
install:
16+
- pip3 install -r requirements.txt
17+
18+
# Test command
19+
script:
20+
- py.test-3 -v

0 commit comments

Comments
 (0)