-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.travis.yml
More file actions
31 lines (25 loc) · 741 Bytes
/
.travis.yml
File metadata and controls
31 lines (25 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: python
os:
- linux
dist:
- xenial
python:
- "3.7"
install:
- pip install .
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
- echo "deb https://cran.r-project.org/bin/linux/ubuntu/ xenial-cran35/" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update
- sudo apt-get install -y r-base libcurl4-openssl-dev libssl-dev gfortran liblapack-dev libblas-dev
# Run tests
script:
- py.test tests/*.py -v
- tests/structure_field_test.sh
- tests/fastStructure_field_test.sh
- tests/maverick_field_test.sh
- travis_wait tests/alstructure_field_tests.sh
# Other stuff
notifications:
email:
- f.pinamartins@gmail.com
- o.diogo.silva@gmail.com