Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Nov 2, 2020
1 parent 739a806 commit 6f1c084
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,11 @@ jobs:
- &test
stage: test
python: 3.7.9
- <<: *test
python: 3.8
env:
- PYTHONDEVMODE=1
- <<: *test
os: osx
osx_image: xcode10.1
language: generic
before_script: python3 -m pip install tox-travis
env:
- TOXENV=py37
- <<: *test
Expand Down Expand Up @@ -100,6 +97,14 @@ jobs:
services:
- redis
- docker
- <<: *test
python: 3.9
env:
- PYTHONDEVMODE=1
- <<: *test
python: 3.8
env:
- PYTHONDEVMODE=1
- <<: *test
python: 3.7.9
env:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ deps =
pip>=19.3.1
extras =
test
10x
storage
changedir = tests
commands = pytest \
Expand All @@ -49,9 +48,10 @@ deps =
pip >= 19.3.1
psutil <= 5.6.7

[testenv:py38]
[testenv:py37]
extras =
test
10x
storage

[testenv:docs]
Expand Down

0 comments on commit 6f1c084

Please sign in to comment.