Skip to content

Commit

Permalink
Add Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Aug 24, 2014
1 parent 7424e5c commit d4e6765
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language:
python

python:
- "2.6"
- "2.7"
# - "3.2"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"

install:
- pip install --use-mirrors -r requirements.txt
- pip install coveralls

script:
- py.test --cov pep3134 test_pep3134.py

after_success:
coveralls

notifications:
email:
- nineseconds@yandex.ru

0 comments on commit d4e6765

Please sign in to comment.