Browse Source

fixing TOX_ENV variable to toxc executable

main
Julien Iguchi-Cartigny 10 years ago
parent
commit
af8c896d25
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -7,5 +7,5 @@ python:
install: install:
- pip install tox pytest - pip install tox pytest
script: script:
- tox
- tox -e $TOX_ENV



Loading…
Cancel
Save