Skip to content

Commit

Permalink
Update travis configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Apr 25, 2015
1 parent abf48e7 commit f292098
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
language: python

sudo: false

env:
- TOXENV=py26-1.6.X
- TOXENV=py27-1.6.X
- TOXENV=pypy-1.6.X
- TOXENV=py33-1.6.X
- TOXENV=py27-1.7.X
- TOXENV=pypy-1.7.X
- TOXENV=py33-1.7.X
- TOXENV=py34-1.7.X
- TOXENV=py27
- TOXENV=pypy
- TOXENV=py33

- TOXENV=py34
docsinstall: pip install -q tox

script: tox

0 comments on commit f292098

Please sign in to comment.