1
0
Fork 0
mirror of synced 2024-11-05 16:48:57 -05:00

Adding travis-ci config. anishathalye/dotbot#40

This commit is contained in:
Brian Knobbs 2015-06-27 02:10:22 -04:00
parent b622c5ea20
commit ee3ddb02c5

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
language: python
python: "2.7"
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
install:
- pip install tox
script:
- tox
after_success:
- coveralls