Skip to content

Commit

Permalink
Merge 4453fe5 into 4357f4b
Browse files Browse the repository at this point in the history
  • Loading branch information
Wim-De-Clercq committed Jan 9, 2023
2 parents 4357f4b + 4453fe5 commit c57911f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
sudo: false
dist: focal
language: python
python:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
install:
- pip install pytest coveralls pytest-cov
- python setup.py develop
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
--requirement requirements.txt

# Testing
pytest==6.2.3
pytest-cov==2.11.1
pytest==7.2.0
pytest-cov==4.0.0

# Documentation
Sphinx==3.5.3
Sphinx==6.1.2
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@


3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@
classifiers=[
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'License :: OSI Approved :: MIT License'
],
platforms='any',
Expand Down

0 comments on commit c57911f

Please sign in to comment.