Revision a3fb2be770d7810f9684e54f66a978c296faa53b authored by cfrioux on 27 March 2019, 07:49:46 UTC, committed by cfrioux on 27 March 2019, 07:49:46 UTC
1 parent f6e199f
Raw File
.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