File: .travis.yml

package info (click to toggle)
python-croniter 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 144 kB
  • ctags: 106
  • sloc: python: 978; makefile: 20
file content (14 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python
python:
  - 2.6
  - 2.7
  - 3.3

# matrix:

install:
    - python bootstrap.py
    - 'if [[ x"$(python -V 2>&1)" == x"Python 3"* ]];then ./bin/buildout -c py3.cfg;fi'
    - 'if [[ x"$(python -V 2>&1)" == x"Python 2"* ]];then ./bin/buildout;fi'

script: bin/test