Skip to content

Commit ea4bed3

Browse files
committed
Fix typo in env declaration
1 parent 2d8be61 commit ea4bed3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ matrix:
3737
env: TOXENV=py35-django10
3838
- python: 3.5
3939
env: TOXENV=py35-django11
40-
TOXENV=py35-django_trunk
40+
- python: 3.5
41+
env: TOXENV=py35-django_trunk
4142
allow_failures:
4243
- python: 2.7
4344
env: TOXENV=py27-django_trunk

0 commit comments

Comments
 (0)