#4 setup.py: enable Python 3.6 support
Merged 6 years ago by mrniranjan. Opened 6 years ago by ttorling.
ttorling/pytest-modifyjunit python3  into  master

file modified
+1
@@ -21,6 +21,7 @@ 

          'Framework :: Pytest',

          'Programming Language :: Python',

          'Programming Language :: Python :: 2.7',

+         'Programming Language :: Python :: 3.6',

      ],

      install_requires=['pytest>=2.4.0'],  # (paramiko & PyYAML are suggested)

      entry_points = {

Fixes: https://pagure.io/pytest-modifyjunit/issue/3

  • Tested on Fedora-26
  • All tests pass

Signed-off-by: Tim Orling TicoTimo@gmail.com

Pull-Request has been merged by mrniranjan

6 years ago
Metadata