Skip to content

Commit

Permalink
Update build configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakudosh authored and dimakudosh committed Sep 27, 2021
1 parent bce1d5b commit 429db96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python

matrix:
include:
- python: 3.5
- python: 3.6
- python: 3.7
- python: 3.8
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installation

Compatibility
-------------
**pydfs-lineup-optimizer** works with following versions of python: Python: 3.8+
**pydfs-lineup-optimizer** works with following versions of python: Python: 3.6+

Installation
------------
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[tox]
envlist = mypy,py35-{pulp,mip},py36-{pulp,mip},py37-{pulp,mip},py38-{pulp,mip},py39-{pulp,mip}
envlist = mypy,py36-{pulp,mip},py37-{pulp,mip},py38-{pulp,mip},py39-{pulp,mip}

[travis]
python =
3.5: py35,
3.6: py36,
3.7: py37,
3.8: py38,
Expand Down

0 comments on commit 429db96

Please sign in to comment.