[go: up one dir, main page]

File: .travis.yml

package info (click to toggle)
usgs 0.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,320 kB
  • sloc: python: 769; makefile: 153
file content (12 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
  - "2.7"
  - "3.4"
  - "3.6"
  - "3.7-dev"
install:
  - "pip install -r requirements.txt"
  - "pip install -e .[test]"
script:
  - py.test
sudo: false