Skip to content

Commit

Permalink
Travis: set COVERAGE_PROCESS_START for subprocess tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Feb 15, 2019
1 parent a7847ed commit 9b753ef
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ python:
- 'pypy3.5-6.0'

env:
- DEPS="pytest~=2.9.0"
- DEPS="pytest~=3.0.0"
#- DEPS="pytest~=3.1.0"
global:
- COVERAGE_PROCESS_START=$PWD/tox.ini
matrix:
- DEPS="pytest~=2.9.0"
- DEPS="pytest~=3.0.0"
#- DEPS="pytest~=3.1.0"

stages:
- name: deploy
Expand Down

0 comments on commit 9b753ef

Please sign in to comment.