Skip to content

Commit 21c5cea

Browse files
committed
update travis test matrix
1 parent d641919 commit 21c5cea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: python
2-
python: 3.3
2+
python: 3.4
33
env:
44
- TOX_ENV=pypy
55
- TOX_ENV=py33
66
- TOX_ENV=py32
77
- TOX_ENV=py27
88
- TOX_ENV=py26
9+
- TOX_ENV=docs
910
install:
1011
- pip install coveralls tox
1112
script: tox -e $TOX_ENV

0 commit comments

Comments
 (0)