Commit 839c5f11 authored by Jason R. Coombs's avatar Jason R. Coombs

Install tox and not pytest. tox will install pytest.

parent 8810250b
...@@ -11,8 +11,7 @@ env: ...@@ -11,8 +11,7 @@ env:
- "" - ""
- LC_ALL=C LC_CTYPE=C - LC_ALL=C LC_CTYPE=C
script: script:
# avoid VersionConflict when newer version is required - pip install tox
- pip install -U 'pytest>=3.0.2'
# Output the env, to verify behavior # Output the env, to verify behavior
- env - env
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment