Skip to content

Commit 6f48b60

Browse files
committed
Revert "use before_install to install tox"
This reverts commit bddc961.
1 parent 1722640 commit 6f48b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
osx_image: xcode10.2
1212
language: generic
1313
env: TOXENV=py37-coverage
14-
install:
14+
before_install:
1515
- ln -sfn "$(which python3)" /usr/local/bin/python
1616
- python -V
1717
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
@@ -22,7 +22,7 @@ jobs:
2222
# - python: '3.7'
2323
# env: TOXENV=qa
2424

25-
before_install:
25+
install:
2626
- pip install tox
2727

2828
script:

0 commit comments

Comments
 (0)