-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
29 lines (22 loc) · 844 Bytes
/
.travis.yml
File metadata and controls
29 lines (22 loc) · 844 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
#=========================================================================
# TravisCI Setup
#=========================================================================
#------------------------------------------------------------------------
# language and build matrix
#------------------------------------------------------------------------
language: python
python:
- "3.7"
#------------------------------------------------------------------------
# install dependencies
#------------------------------------------------------------------------
install:
- pip install --upgrade pip
- pip install --upgrade hypothesis
- pip install pymtl3
- pip list
#------------------------------------------------------------------------
# test runner
#------------------------------------------------------------------------
script:
- py.test