[1bd6b5]: / .travis.yml

Download this file

11 lines (7 with data), 174 Bytes

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