Skip to content

Commit

Permalink
Update travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaurita committed Aug 21, 2020
1 parent 2db62d4 commit 8676ae9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,27 @@ notifications:
install:
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy,scipy numpy scipy
- pip install matplotlib ipython jupyter sympy pytest codecov "pytest-cov<=2.6.0"
- pip install matplotlib ipython jupyter sympy pytest codecov
- pip install -r requirements.txt
- pip install .
jobs:
include:
- python: 3.5
dist: trusty
install:
- pip install "pytest-cov<=2.6.0"
- python: 3.6
dist: xenial
install:
- pip install pytest-cov
- python: 3.7
dist: xenial
install:
- pip install pytest-cov
- python: 3.8
dist: xenial
install:
- pip install pytest-cov
# command to run unittests
script:
- pytest --cov-report=xml --cov=OrthoEvol tests/
Expand Down

0 comments on commit 8676ae9

Please sign in to comment.