1 parent d641919 commit 21c5ceaCopy full SHA for 21c5cea
1 file changed
.travis.yml
@@ -1,11 +1,12 @@
1
language: python
2
-python: 3.3
+python: 3.4
3
env:
4
- TOX_ENV=pypy
5
- TOX_ENV=py33
6
- TOX_ENV=py32
7
- TOX_ENV=py27
8
- TOX_ENV=py26
9
+ - TOX_ENV=docs
10
install:
11
- pip install coveralls tox
12
script: tox -e $TOX_ENV
0 commit comments