Skip to content
Snippets Groups Projects
Commit 0755f72185fa authored by Prasanth Nair's avatar Prasanth Nair
Browse files

Another attempt to get tox and travis to work.

Delete Python version in .travis.yml and made them explicit
in matrix include.

Previous version created too many builds.
parent aed1ecdeb7ba
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,6 @@
cache: pip
python:
- 3.8
- 3.7
- 3.6
- 3.5
- 3.4
- 2.7
- pypy3
- pypy
......@@ -17,8 +11,10 @@
matrix:
include:
- env: TOXENV=codestyle
- env: TOXENV=docstyle
- python: 3.8
env: TOXENV=codestyle
- python: 3.8
env: TOXENV=docstyle
- python: 3.8
env: TOXENV=py38
- python: 3.7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment