Skip to content

Commit

Permalink
give tox a try with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-mixas committed May 8, 2020
1 parent 116f5b6 commit 213b650
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Expand Up @@ -10,14 +10,12 @@ matrix:
include:
- python: '3.8'
install:
- pip install --quiet --upgrade coveralls
- pip install --quiet --upgrade --requirement requirements-dev.txt
script: coverage run --source nested_diff python -m pytest --flake8
- pip install --quiet --upgrade coveralls tox
script: coverage run --source nested_diff -m tox -e py
after_success:
- coveralls
install:
- pip install --quiet --upgrade pytest pyyaml
script: python3 -m pytest
sudo: false
- pip install --quiet --upgrade tox
script: tox -e py
notifications:
email: false
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py34,py45,py36,py37,py38
envlist = py34,py35,py36,py37,py38

[testenv]
commands =
Expand Down

0 comments on commit 213b650

Please sign in to comment.