aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2014-07-11 14:36:01 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2014-07-11 14:47:14 -0400
commit0040d699c64a32e25ef178acf8de1f3183a31583 (patch)
tree018d9e34494f27f29e2a3aafeff75b9f6ea0a0dd
parente1e2d59a56eb0a4922711db440260515eb789c4b (diff)
downloaddotfiles-0040d699c64a32e25ef178acf8de1f3183a31583.tar.gz
dotfiles-0040d699c64a32e25ef178acf8de1f3183a31583.tar.bz2
dotfiles-0040d699c64a32e25ef178acf8de1f3183a31583.zip
Update travis configuration to use tox
-rw-r--r--.travis.yml19
1 files changed, 10 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 1949963..b231896 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,15 @@
language: python
-python:
- - "2.6"
- - "2.7"
- - "3.2"
- - "3.3"
- - "3.4"
- - "pypy"
+
+env:
+ - TOXENV=py26
+ - TOXENV=py27
+ - TOXENV=py32
+ - TOXENV=py33
+ - TOXENV=py34
+ - TOXENV=pypi
install:
- - "pip install --editable ."
+ - pip install tox
script:
- - "make test"
+ - tox