Fix tox environment list

This commit is contained in:
Gergely Polonkai 2018-01-30 20:09:54 +01:00
parent 41bcdc4b0b
commit a51fbc33ea
2 changed files with 3 additions and 4 deletions

View File

@ -1,12 +1,11 @@
language: python language: python
python: python:
- "3.5" - "3.6"
sudo: false sudo: false
env: env:
- TOXENV=py27 - TOXENV=py27
- TOXENV=py33
- TOXENV=py34 - TOXENV=py34
- TOXENV=py35 - TOXENV=py36
install: install:
- pip install -U pip - pip install -U pip
- pip install -U Flask tox coverage codecov - pip install -U Flask tox coverage codecov

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py27, py34, py35, py36 envlist = py27, py34, py36
[testenv] [testenv]
commands = commands =