Download this file
1 2 3 4 5 6 7 8 9
language: python before_install: - sudo apt-get install -y r-base - pip install -r setup/requirements.txt - pip install pytest script: - python3 -m pytest