File: .travis.yml

package info (click to toggle)
aionotify 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 156 kB
  • sloc: python: 467; makefile: 21
file content (12 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
sudo: false
language: python
python: 3.5
env:
    - TOXENV=py34
    - TOXENV=py35
    - TOXENV=lint
install: pip install tox
script: tox -e $TOXENV
notifications:
  email: false
  irc: "irc.freenode.org#XelNext"