.gitlab-ci.yml
changeset 12724 a6b12f31930c
parent 12723 741dc2590f90
child 12729 c8ca784fdd77
equal deleted inserted replaced
12723:741dc2590f90 12724:a6b12f31930c
     1 image: python
       
     2 
       
     3 before_script:
       
     4   - pip install tox
       
     5 
       
     6 flake8:
       
     7   script: tox -e flake8
       
     8 
       
     9 py27:
       
    10   script: tox -e py27
       
    11 
       
    12 py3:
       
    13   script: tox -e py3