Skip to content
Snippets Groups Projects
.travis.yml 465 B
Newer Older
Donald Stufft's avatar
Donald Stufft committed
language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
  # - "pypy"  # Travis only has PyPy 1.9, cffi requires 2.0 (Unreleased)
Donald Stufft's avatar
Donald Stufft committed
install:
  - sudo apt-get -q install python-pip
  - sudo /usr/bin/pip -q install git+git://github.com/pyinvoke/invoke.git
  - invoke install.sodium
  - invoke install.requirements --dev
Donald Stufft's avatar
Donald Stufft committed
script:
  global:
    - LD_LIBRARY_PATH=/usr/local/lib
    - LD_RUN_PATH=/usr/local/lib
branches:
  only:
    - master