Skip to content

Commit

Permalink
Merge pull request #73 from TFA-MAIF/master
Browse files Browse the repository at this point in the history
upgrade setuptools in tox.ini
  • Loading branch information
TFA-MAIF committed Nov 10, 2020
2 parents 4c44beb + b07226b commit e32c64d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
python:
- 3.6
install: pip install -U tox-travis
install: pip install -U tox-travis keyring==21.4.0
script: tox
deploy:
provider: pypi
Expand Down
1 change: 0 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Sphinx==3.0.4
sphinx-bootstrap-theme==0.6.5
tox==3.5.2
twine==3.2.0
importlib-metadata>=1
psutil>=5.7.0
pytest==3.8.2
pytest-runner==4.2
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ deps =
; -r{toxinidir}/requirements.txt
commands =
pip install --upgrade pip
pip install --upgrade setuptools
py.test --basetemp={envtmpdir}

0 comments on commit e32c64d

Please sign in to comment.