Start testing on Travis

This commit is contained in:
Ian Cordasco
2014-06-25 10:28:02 -05:00
committed by Ian Cordasco
parent d0321921a1
commit 8905f77dc7
2 changed files with 19 additions and 0 deletions

18
.travis.yml Normal file
View File

@@ -0,0 +1,18 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
before_script:
- pip install -r dev-requirements.txt
script: py.test --cov rfc3986
notifications:
on_success: change
on_failure: always

View File

@@ -1 +1,2 @@
pytest
pytest-cov