Merge pull request #3 from gergelypolonkai/tox-fix

Fix tox environment list
This commit is contained in:
Gergely Polonkai 2018-01-30 20:17:17 +01:00 committed by GitHub
commit 8195d11c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

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

View File

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