Skip to content

Commit

Permalink
Update travis test matrix for pypy, pypy3 and py33
Browse files Browse the repository at this point in the history
Need to be more explicit about the python version.
  • Loading branch information
cdent committed Sep 1, 2017
1 parent 8023689 commit 9cfbff2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ script:
matrix:
include:
- env: TOXENV=py27
- env: TOXENV=py33
- env: TOXENV=py34
- env: TOXENV=pypy
- env: TOXENV=pep8
- env: TOXENV=py27-pytest
- env: TOXENV=gnocchi
- env: TOXENV=placement
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: pypy
env: TOXENV=pypy
- python: pypy3
env: TOXENV=pypy3
- python: 3.5
env: TOXENV=py35
- python: 3.5
Expand Down

0 comments on commit 9cfbff2

Please sign in to comment.