File: .travis.yml

package info (click to toggle)
python-csa 0.1.13-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 572 kB
  • sloc: python: 2,444; cpp: 320; sh: 49; makefile: 39
file content (19 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: python
python:
  - "2.7"
  - "3.4"
  - "3.5"
  - "3.6"
addons:
   apt:
      packages:
install:
  - pip install coveralls matplotlib -q
  - source continuous_integration/install.sh
script:
  - bash continuous_integration/test_script.sh
after_success:
  coveralls
cache:
  - apt
  - pip