Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Jun 14, 2020
1 parent 326a115 commit cec1949
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"

notifications:
email:
Expand All @@ -20,4 +22,4 @@ install:
- pip install -r requirements.txt

script:
- pytest .
- pytest .

0 comments on commit cec1949

Please sign in to comment.