Skip to content

Commit

Permalink
Remove normal envs from travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivoz committed Sep 25, 2015
1 parent 0e57e6b commit 6f9fa33
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
@@ -1,16 +1,5 @@
language: python

env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
- TOXENV=pypy3
- TOXENV=docs

matrix:
include:
- python: 2.6
Expand All @@ -36,6 +25,8 @@ install: pip install tox

script: tox

sudo: false # Use container based builds

branches:
only:
- master
Expand Down

0 comments on commit 6f9fa33

Please sign in to comment.