File: .travis.yml

package info (click to toggle)
python-etesync 0.12.1-1.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: python: 1,352; sh: 3; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
dist: xenial
language: python
python:
  - "3.5"
  - "3.6"
  - "3.7"
install:
  - pip install -r requirements.in/requirements-dev.txt
script:
  - ./run_unit_tests.sh