Skip to content

Commit fc6d74a

Browse files
committed
More naming fixes in travis config
1 parent 7683093 commit fc6d74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
install:
1414
- pip install tox
1515
script:
16-
- tox -e "$TRAVIS_PYTHON_VERSION-$DJANGO_VERSION"
16+
- tox -e "py$TRAVIS_PYTHON_VERSION-$DJANGO_VERSION"
1717
matrix:
1818
exclude:
1919
- python: "2.6"

0 commit comments

Comments
 (0)