Skip to content

Commit

Permalink
Merge pull request #163 from JonathanWenger/project-config
Browse files Browse the repository at this point in the history
Minor updates to config files
  • Loading branch information
JonathanWenger authored Aug 19, 2020
2 parents 1ab81a7 + a914008 commit 0f7877b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: "Tests (Python 3.8)"
python: 3.8
env: TOXENV=py38
- name: "Docs"
- name: "Documentation"
python: 3.6
env: TOXENV=docs
- name: "Benchmarks"
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ description = Probabilistic Numerics in Python.
url = https://github.com/probabilistic-numerics/probnum
author = ProbNum Authors
author-email =
license = mit
license = MIT
long-description = file: README.md
long-description-content-type = text/markdown
keywords = probabilistic-numerics
# Change if running only on Windows, Mac or Linux (comma-separated)
platforms = any
# Add here all kinds of additional classifiers as defined under
Expand All @@ -28,7 +29,7 @@ packages = find:
include_package_data = True
package_dir =
=src
# Add here dependencies of your project (semicolon/line-separated), e.g.
# Dependencies of the project (semicolon/line-separated):
install_requires =
numpy
scipy>=1.4
Expand All @@ -37,7 +38,7 @@ install_requires =
# The usage of test_requires is discouraged, see `Dependency Management` docs
# tests_require = pytest; pytest-cov
# Require a specific Python version, e.g. Python 2.7 or >= 3.4
python_requires = >=3.5
python_requires = >=3.6

[options.packages.find]
where = src
Expand Down Expand Up @@ -72,7 +73,6 @@ extras = True
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
# in order to write a coverage file that can be read by Jenkins.
addopts =
# --cov probnum --cov-report term-missing
--verbose
--doctest-modules
norecursedirs =
Expand Down

0 comments on commit 0f7877b

Please sign in to comment.