Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Commit

Permalink
Travis workaround for Py 3.5 (fix typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Mar 7, 2016
1 parent f7d681b commit 4bb61a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ matrix:
include:
- { python: '2.7', env: TOX_ENV=flake8 }
- { python: '2.7', env: TOX_ENV=py27-django1.9-drf3.3-mezzanine4.1 }
- { python: '2.7', env: TOX_ENV=py35-django1.9-drf3.3-mezzanine4.1 }
- { python: '3.5', env: TOX_ENV=py35-django1.9-drf3.3-mezzanine4.1 }
- { python: '3.5', env: TOX_ENV=py35-mezzaninemaster }
allow_failures:
- env: TOX_ENV=py35-mezzaninemaster
Expand Down

0 comments on commit 4bb61a6

Please sign in to comment.