File: .travis.yml

package info (click to toggle)
python-pyeclib 1.6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,628 kB
  • sloc: python: 2,334; ansic: 980; sh: 127; makefile: 30
file content (14 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python
python:
  - "2.7"
  - "3.4"
script: python setup.py install && nosetests test/ && tox
branches:
  only:
    - master
before_install:
  - echo "deb http://archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list
  - sudo apt-get update
  - sudo apt-get install -y liberasurecode-dev libffi-dev python-setuptools
  - sudo easy_install pip
  - pip install tox