Skip to content

Commit

Permalink
Merge a78166b into ec2e84b
Browse files Browse the repository at this point in the history
  • Loading branch information
greut committed Aug 25, 2019
2 parents ec2e84b + a78166b commit e1e2875
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
@@ -1,19 +1,18 @@
# This file is part of Requirements-Builder
# Copyright (C) 2015, 2016, 2017, 2018 CERN.
# Copyright (C) 2015, 2016, 2017, 2018, 2019 CERN.
#
# Requirements-Builder is free software; you can redistribute it and/or
# modify it under the terms of the Revised BSD License; see LICENSE
# file for more details.

sudo: false

language: python

python:
- "3.7-dev"
- "3.8-dev"
- "3.8"
- "3.7"
- "3.6"
- "3.5"
- "3.4"
- "2.7"
- "pypy3"
- "pypy"
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -43,8 +43,8 @@

extras_require = {
'docs': [
'Sphinx<1.5.0,>=1.4.2',
'docutils<0.13,>=0.12',
'Sphinx<2.3,>=1.8.5',
'docutils<0.14,>=0.13.1',
],
'tests': tests_require,
}
Expand Down Expand Up @@ -81,9 +81,9 @@
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)
5 changes: 3 additions & 2 deletions tox.ini
@@ -1,11 +1,12 @@
# This file is part of Requirements-Builder
# Copyright (C) 2015, 2016, 2017, 2018 CERN.
# Copyright (C) 2015, 2016, 2017, 2018, 2019 CERN.
#
# Requirements-Builder is free software; you can redistribute it and/or
# modify it under the terms of the Revised BSD License; see LICENSE
# file for more details.
[tox]
envlist = pypy, py27, py34, py35, py36, py37
envlist = pypy, py27, py35, py36, py37, py38
skip_missing_interpreters = true

[testenv]
setenv =
Expand Down

0 comments on commit e1e2875

Please sign in to comment.