index
:
delta/openstack/python-swiftclient.git
master
stable/2023.1
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/python-swiftclient.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tox.ini
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump default tox env from py37 to py38
Sean McGinnis
2020-04-24
1
-1
/
+1
*
Update docs building
Andreas Jaeger
2020-04-19
1
-2
/
+1
*
Drop pypy testing
Andreas Jaeger
2020-04-12
1
-1
/
+1
*
Rename "tests" directory to be "test" like in the swift repo
Tim Burke
2019-11-06
1
-2
/
+2
*
PDF Documentation Build tox target
Matthew Oliver
2019-09-04
1
-0
/
+9
*
Add Python 3 Train unit tests
Corey Bryant
2019-07-05
1
-1
/
+1
*
Clean up warnings from newer flake8
Tim Burke
2019-06-27
1
-1
/
+2
*
Isolate docs requirements
Tim Burke
2019-06-27
1
-1
/
+5
*
Merge "Enable some off-by-default checks"
Zuul
2019-03-30
1
-0
/
+3
|
\
|
*
Enable some off-by-default checks
wangzhenyu
2019-02-21
1
-0
/
+3
*
|
Merge "Make proper functions instead of assigning lambdas"
Zuul
2019-03-30
1
-1
/
+1
|
\
\
|
|
/
|
*
Make proper functions instead of assigning lambdas
Tim Burke
2019-02-21
1
-1
/
+1
*
|
Add py37 check/gate jobs; add py37 to default tox env list
Tim Burke
2019-02-27
1
-1
/
+1
*
|
Merge "Update hacking version"
Zuul
2019-02-22
1
-1
/
+1
|
\
\
|
|
/
|
*
Update hacking version
ZhijunWei
2019-01-03
1
-1
/
+1
*
|
Merge "Add python 3.6 unit test job"
Zuul
2019-02-14
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add python 3.6 unit test job
Nguyen Hai Truong
2018-11-06
1
-1
/
+1
*
|
Merge "Update reno for stable/rocky"
Zuul
2018-11-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update reno for stable/rocky
OpenStack Release Bot
2018-11-09
1
-1
/
+1
*
|
Switch to stestr
Vu Cong Tuan
2018-11-05
1
-6
/
+17
*
|
py2 functional testing
John Dickinson
2018-09-27
1
-0
/
+6
*
|
fix tox python3 overrides
Doug Hellmann
2018-09-05
1
-0
/
+7
|
/
*
add lower-constraints job
Doug Hellmann
2018-04-25
1
-0
/
+7
*
Merge "Remove trailing white space in tox.ini"
Zuul
2018-04-12
1
-1
/
+1
|
\
|
*
Remove trailing white space in tox.ini
Kota Tsuyuzaki
2018-04-12
1
-1
/
+1
*
|
Remove py34 from envlist in tox.ini
Nguyen Hai
2018-04-06
1
-1
/
+1
|
/
*
Revert "Add Constraints support"
Tim Burke
2018-01-17
1
-7
/
+3
*
Make tox runnable in a directory with spaces
Tim Burke
2017-11-28
1
-2
/
+3
*
Update tox_install.sh to align for sphinx jobs
Monty Taylor
2017-11-22
1
-2
/
+1
*
Add releasenotes tox env
Tim Burke
2017-08-08
1
-0
/
+3
*
Add Constraints support
Tony Breeds
2016-12-27
1
-4
/
+9
*
Merge "Enable code coverage report in console output"
Jenkins
2016-11-04
1
-1
/
+2
|
\
|
*
Enable code coverage report in console output
shashi.kant
2016-10-19
1
-1
/
+2
*
|
add pypy to the bindep "test" profile
John Dickinson
2016-09-23
1
-0
/
+9
|
/
*
Move python-keystoneclient to "extras"
Tim Burke
2016-03-07
1
-0
/
+1
*
Merge "Drop *.dbm* before running tests"
Jenkins
2016-03-04
1
-2
/
+2
|
\
|
*
Drop *.dbm* before running tests
Pete Zaitcev
2016-03-02
1
-2
/
+2
*
|
Merge "Drop py33 support"
3.0.0
Jenkins
2016-03-03
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Drop py33 support
shu-mutou
2016-02-23
1
-1
/
+1
*
|
Have tox manage LANG environmental var
Paul Belanger
2016-02-24
1
-1
/
+3
|
/
*
Merge "Deprecated tox -downloadcache option removed"
Jenkins
2015-12-15
1
-3
/
+0
|
\
|
*
Deprecated tox -downloadcache option removed
Ondřej Nový
2015-12-11
1
-3
/
+0
*
|
Merge "Delete python bytecode before every test run"
Jenkins
2015-12-15
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
Delete python bytecode before every test run
shu-mutou
2015-12-14
1
-1
/
+5
*
|
Remove py26 support
ricolin
2015-12-02
1
-1
/
+1
|
/
*
Add py35 to default tox environments
Tim Burke
2015-10-01
1
-1
/
+1
*
Drop flake8 ignores for already-passing tests
Tim Burke
2015-08-19
1
-8
/
+1
*
flake8 ignores same hacks as swift
Hiroshi Miura
2015-08-18
1
-10
/
+16
*
change deprecated assertEquals to assertEqual
Hiroshi Miura
2015-08-06
1
-1
/
+2
*
fix old style class definition(H238)
Hiroshi Miura
2015-08-04
1
-1
/
+2
[next]