Add test environments using pytest master and features branches

This commit is contained in:
Bruno Oliveira
2017-09-01 18:51:49 -03:00
parent 4bb06e3f74
commit 0cdef59428
2 changed files with 11 additions and 0 deletions

View File

@@ -29,6 +29,14 @@ jobs:
include:
- stage: test
# python x env above are already included into this stage
- python: "2.7"
env: TOXENV=py27-pytestmaster
- python: "2.7"
env: TOXENV=py27-pytestfeatures
- python: "3.6"
env: TOXENV=py36-pytestmaster
- python: "3.6"
env: TOXENV=py36-pytestfeatures
- python: "3.6"
env: TOXENV=flakes
- python: "3.6"