Skip to content

Commit

Permalink
fix: invalid tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Nov 8, 2020
1 parent 24b8be6 commit 24417ad
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,25 @@ addons:
jobs:
include:
- python: 3.6
env: TOX_ENV=py36-full
env: TOX_ENV=py36
- python: 3.7
env: TOX_ENV=py37-full
env: TOX_ENV=py37
- python: 3.8
env: TOX_ENV=py38-full
env: TOX_ENV=py38
- python: 3.9
env: TOX_ENV=py39-full
env: TOX_ENV=py39
- os: osx
osx_image: xcode12.2
language: shell
env: TOX_ENV=py38-full
env: TOX_ENV=py38
before_install:
- python3 --version
- os: windows
language: shell
before_install:
- choco install python --version 3.8.5
- python -m pip install --upgrade pip
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH:TOX_ENV=py38-full
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH:TOX_ENV=py38

install:
- pip3 install tox codecov
Expand Down

0 comments on commit 24417ad

Please sign in to comment.