Skip to content

Commit

Permalink
fix(travis): Update travis.yml followinf queenbee standard
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Dec 19, 2019
1 parent 385f967 commit e1cb073
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@ language: python
python:
- "3.6"

install:
- pip install -r requirements.txt
- pip install -r dev-requirements.txt

script:
- python -m pytest --cov=. tests/

after_success:
- coverage report
- coveralls

jobs:
include:
- stage: test
install:
- pip install -r dev-requirements.txt
- pip install -r requirements.txt
script:
- python -m pytest tests/
after_success:
- coverage report
- coveralls
- stage: deploy
if: branch = master AND (NOT type IN (pull_request))
before_install:
Expand Down

0 comments on commit e1cb073

Please sign in to comment.