https://github.com/AuReMe/metage2metabo
Raw File
Tip revision: 181542249486669cdd33569005e16a3908489120 authored by Arnaud Belcour on 17 October 2019, 15:07:10 UTC
Move to version 1.1.1.
Tip revision: 1815422
.travis.yml
matrix:
    include:
        - os: linux

dist: trusty
sudo: required
language: python
python:
  - "3.6"

# Install packages
before_script:
- python3 setup.py develop
- cd test

script:
- pytest test_m2m_addedvalue.py --disable-pytest-warnings
- pytest test_m2m_mincom.py --disable-pytest-warnings
back to top