Skip to content

Commit

Permalink
fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adrosenbaum committed Jan 16, 2020
1 parent 1e402b2 commit 392ee23
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python

python:
- "3.6"
- "3.7"

services:
- mongodb
Expand All @@ -12,7 +11,12 @@ script:

jobs:
include:
- name: 'integrated test'
- name: unittest
script:
- py.test -rxs --cov mutacc/ tests/
after_success:
- coveralls
- name: 'integration test'
script:
- mutacc --demo extract --padding 100
- mutacc --demo db import ./mutacc_demo_root/imports/demo_trio_import_mutacc.json
Expand Down

0 comments on commit 392ee23

Please sign in to comment.