Lines Matching +full:tox +full:- +full:env
5 - "2.7"
6 - "3.3"
7 - "3.4"
8 - "3.5"
9 - "3.6"
10 - "nightly"
11 - "pypy-5.4"
12 - "pypy3"
13 env:
19 - python: 3.6
20 env: TOXENV=docs
21 - python: 3.6
22 env: TOXENV=tz
23 - python: 3.7
29 - python: "nightly"
32 - pip install -U six && pip install -U tox
33 - if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install 'virtualenv<16.0'; fi
34 - if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install 'setuptools<40.0'; fi
35 - if [[ $TOXENV == "py" ]]; then ./ci_tools/retry.sh python updatezinfo.py; fi
38 - tox
41 - if [[ $TOXENV == "py" ]]; then tox -e coverage,codecov; fi