Skip to content

Commit f9067a7

Browse files
Create .travis.yml
1 parent 557748b commit f9067a7

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.travis.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
language: python
2+
sudo: yes
3+
dist: xenial
4+
5+
branches:
6+
only:
7+
- master
8+
9+
python:
10+
- "3.7" # 3.7 development branch
11+
12+
install:
13+
- pip install pyinstaller
14+
- pip install numpy
15+
- pip install scipy
16+
- pip install matplotlib
17+
18+
script:
19+
- cd example-py
20+
- python example-1.py
21+
- python example-2.py
22+
- python example-3.py
23+
- python example-4.py
24+
25+

0 commit comments

Comments
 (0)