Skip to content

Commit

Permalink
Updated travis.yml file to include python 3.8 and 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcubillos committed Aug 11, 2021
1 parent ada8f8d commit 8874327
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
language: python
os: linux
dist: focal

matrix:
jobs:
include:
- python: 3.6
- python: 3.7
sudo: required
dist: xenial
- python: 3.8
- python: 3.9

install:
- pip install -r requirements.txt
- pip install dynesty>=0.9.5
- pip install -e .

script: pytest tests -v

0 comments on commit 8874327

Please sign in to comment.