• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1dist: "trusty"
2language: python
3python:
4  - "2.6"
5  - "2.7"
6  - "3.2"
7  - "3.3"
8  - "pypy"
9  - "pypy3"
10install: 
11  - "if python --version 2>&1 | grep -q ' 2\.7\.'; then pip install flake8 ; fi"
12script:
13  - "make test"
14  - "make lint-if-2.7"
15notifications:
16  email:
17    - phihag@phihag.de
18sudo: false
19