Skip to content

Commit

Permalink
Don't set flags in global as triggers separate test.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 22, 2018
1 parent e3f47dc commit 936fb7c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy3.5"
env:
global:
- COVERAGE_CMD="coverage run -m"
- COVERAGE_DEP="coverage"
- TOX_ARGS=""
matrix:
include:
- python: "2.7"
env: TOX_ARGS="-e py27-install-extensions,py27-disable-extensions,py27-without-extensions"
- python: "3.4"
env: TOX_ARGS="-e py34-install-extensions,py34-disable-extensions,py34-without-extensions"
- python: "3.5"
env: TOX_ARGS="-e py35-install-extensions,py35-disable-extensions,py35-without-extensions"
- python: "3.6"
env: TOX_ARGS="-e py36-install-extensions,py36-disable-extensions,py36-without-extensions"
- python: "pypy3.5"
env: TOX_ARGS="-e pypy-without-extensions"
install:
Expand Down

0 comments on commit 936fb7c

Please sign in to comment.