Skip to content
Snippets Groups Projects
Commit 139b7407 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Merge branch 'remove-python27-support' into 'master'

Remove Python 2.7 stuff and clean up

See merge request !29
parents 8ebcdabd 6ca81723
No related branches found
Tags v0.4.1
1 merge request!29Remove Python 2.7 stuff and clean up
Pipeline #32195 passed with warnings
......@@ -30,15 +30,6 @@ stages:
reports:
junit: "reports/junit*.xml"
test-py2.7:
image: docker.km3net.de/base/python:2
stage: test
script:
- *virtualenv_definition
- make test
<<: *junit_definition
allow_failure: true
test-py3.5:
image: docker.km3net.de/base/python:3.5
stage: test
......
from __future__ import absolute_import
import atexit
from pkg_resources import get_distribution, DistributionNotFound
......
"""
This file will be invoked by python when called with th `-m` options:
```
python -m skhep_testdata cms_hep_2012_tutorial/data.root
python -m km3net_testdata offline/km3net_offline.root
```
"""
from __future__ import print_function
import argparse
from . import data_path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment