Mark test envs only by version
This commit is contained in:
parent
398000789c
commit
1538406c60
@ -3,9 +3,9 @@ language: python
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.6
|
||||
env: TOXENV=py36-test
|
||||
env: TOXENV=py36
|
||||
- python: 3.7
|
||||
env: TOXENV=py37-test
|
||||
env: TOXENV=py37
|
||||
- python: 3.7
|
||||
env: TOXENV=lint
|
||||
- python: 3.7
|
||||
|
@ -1,20 +1,16 @@
|
||||
Get started
|
||||
-----------
|
||||
|
||||
Install `Tox`_ with:
|
||||
Install `Tox`_.
|
||||
|
||||
.. _tox: http://tox.readthedocs.io/
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ pip install --user tox
|
||||
|
||||
Run tests
|
||||
---------
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
tox -e test
|
||||
tox -e py37
|
||||
|
||||
Lint source
|
||||
-----------
|
||||
|
Loading…
Reference in New Issue
Block a user