We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f4d6b commit 1c6bd32Copy full SHA for 1c6bd32
.builds/freebsd.yml
@@ -3,9 +3,6 @@ image: freebsd/12.x
3
sources:
4
- https://github.com/blueyed/pytest
5
6
-packages:
7
- - py37-tox
8
-
9
environment:
10
CI: "true"
11
TOXENV: py37-xdist
@@ -15,9 +12,12 @@ environment:
15
12
16
13
tasks:
17
14
- install: |
+ python3.7 -m venv .venv
+ .venv/bin/python -m pip install --progress-bar=off git+https://github.com/blueyed/tox@master
+ .venv/bin/tox --version
18
cd pytest
19
- tox --notest -vv
+ ../.venv/bin/tox --notest -v
20
21
- test: |
22
23
- env COLUMNS=120 tox -v
+ env COLUMNS=120 ../.venv/bin/tox -v
0 commit comments