Update documentation
Change-Id: Ifd3490a9a1603bb94a2b6cabf2806f43adb5adc4
This commit is contained in:
parent
2829e66b9a
commit
dec94ba466
18
README.rst
18
README.rst
@ -1,6 +1,6 @@
|
||||
======
|
||||
Tobiko
|
||||
======
|
||||
==========
|
||||
Tobiko 0.3
|
||||
==========
|
||||
|
||||
|
||||
Test Big Cloud Operations
|
||||
@ -28,21 +28,23 @@ Tobiko Python framework is being automatically tested with below Python
|
||||
versions:
|
||||
|
||||
- Python 3.6
|
||||
- Python 3.7
|
||||
- Python 3.8
|
||||
- Python 3.9 (new)
|
||||
|
||||
and below Linux distributions:
|
||||
|
||||
- CentOS 7 / RHEL 7 (with Python 3.6)
|
||||
- CentOS 8 / RHEL 8 (with Python 3.6)
|
||||
- Ubuntu Bionic (with Python 3.6 and 3.7)
|
||||
- Ubuntu Focal (with Python 3.8)
|
||||
|
||||
Tobiko is also tested for development purposes with below OSes:
|
||||
Tobiko has also been tested for development purposes with below OSes:
|
||||
|
||||
- Fedora 31 (with Python 3.7)
|
||||
- Fedora 32 (with Python 3.8)
|
||||
- OSX (with Python 3.8)
|
||||
- Ubuntu Focal (with Python 3.8)
|
||||
- Fedora 33 (with Python 3.9)
|
||||
- OSX (with Python 3.6 and Python 3.8)
|
||||
- Ubuntu Bionic (with Python 3.6)
|
||||
- Ubuntu Focal (with Python 3.9)
|
||||
|
||||
The Tobiko Python framework is being used to implement test cases. As Tobiko
|
||||
can be executed on nodes that are not part of the cloud to test against, this
|
||||
|
@ -10,6 +10,5 @@
|
||||
oslo.log>=3.36.0 # Apache-2.0
|
||||
oslotest>=3.2.0 # Apache-2.0
|
||||
reno>=2.5.0 # Apache-2.0
|
||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
|
||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
|
||||
sphinx_rtd_theme>=0.4.2,< 1 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user