https://github.com/AuReMe/metage2metabo
Raw File
Tip revision: 2fecdd6313a9ba390e3d836e9d74d739bdff432d authored by Clémence Frioux on 01 June 2019, 09:02:26 UTC
Update README.md
Tip revision: 2fecdd6
.travis.yml
dist: trusty
sudo: required
language: python
python:
  - "3.6"

# Install packages
install:
  - pip install Metage2Metabo

before_script: cd test

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