Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Commit

Permalink
Set Python versions correctly for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
56quarters committed Dec 1, 2017
1 parent a28a1f5 commit 17fe0bd
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,23 @@
# tox tool.
language: python

env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
matrix:
include:
- python: 2.6
env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: pypy
env: TOXENV=pypy
allow_failures:
- python: pypy


# Only build master, don't want noise from experimental stuff
branches:
Expand Down

0 comments on commit 17fe0bd

Please sign in to comment.