Start testing on Travis
This commit is contained in:
committed by
Ian Cordasco
parent
d0321921a1
commit
8905f77dc7
18
.travis.yml
Normal file
18
.travis.yml
Normal 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
|
||||
@@ -1 +1,2 @@
|
||||
pytest
|
||||
pytest-cov
|
||||
|
||||
Reference in New Issue
Block a user