File: .travis.yml

package info (click to toggle)
python-spectral 0.22.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,064 kB
  • sloc: python: 13,161; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: python
sudo: false

python: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9"]
matrix:
  include:
    - python: 2.6
      dist: trusty
    - python: 3.3
      dist: trusty

install:
  - pip install numpy
  - python setup.py install

before_script:
  - git clone https://github.com/spectralpython/sample-data.git ~/spectral_data
script: SPECTRAL_DATA=~/spectral_data python -m spectral.tests.run