Skip to content

Commit

Permalink
: Added travis
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ghtfr3e committed Jan 15, 2021
1 parent ae503b9 commit ae55fa2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"

# Install dependencies:
install:
- pip install -r requirements.txt

# Run Tests
script:
- pytest

0 comments on commit ae55fa2

Please sign in to comment.