Skip to content

Commit

Permalink
Address issue cookiecutter#707
Browse files Browse the repository at this point in the history
  • Loading branch information
Sule Marshall authored and Sule Marshall committed Jun 3, 2016
1 parent 150c8d1 commit 29d663b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ sudo: false
language: python

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "nightly"

env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=py36
- TOX_ENV=pypy
- TOX_ENV=flake8

Expand Down

0 comments on commit 29d663b

Please sign in to comment.