Skip to content

Commit

Permalink
Correct typo: 'TOX_ENV' -> 'TOXENV'. Test codestyle with every Python…
Browse files Browse the repository at this point in the history
… version.
  • Loading branch information
gruns committed Aug 11, 2016
1 parent 87d3bdd commit 21a5f3b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@ language: python
sudo: false
matrix:
include:
- python: 2.7
env: TOX_ENV=codestyle
- env: TOXENV=codestyle

- python: 2.6
env: TOX_ENV=py26
env: TOXENV=py26
- python: 2.7
env: TOX_ENV=py27
env: TOXENV=py27
- python: 3.3
env: TOX_ENV=py33
env: TOXENV=py33
- python: 3.4
env: TOX_ENV=py34
env: TOXENV=py34
- python: 3.5
env: TOX_ENV=py35
env: TOXENV=py35
- python: pypy
env: TOX_ENV=pypy
env: TOXENV=pypy

install: travis_retry pip install tox
script: tox

0 comments on commit 21a5f3b

Please sign in to comment.