[6c353a]: / .travis.yml

Download this file

23 lines (15 with data), 238 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: python
sudo: false
dist: trusty
group: edge
python:
- "3.7"
- "3.8"
os:
- linux
install:
- pip install --upgrade pip
- pip install -e .
script:
- "python setup.py test || exit 0"
- "python setup.py test"