mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2025-02-08 14:56:44 +01:00
Add Travis CI section to Tox configuration
This commit is contained in:
parent
f25b0ed50d
commit
b70c56e632
1 changed files with 5 additions and 0 deletions
5
tox.ini
5
tox.ini
|
@ -4,6 +4,11 @@ envlist =
|
||||||
py36
|
py36
|
||||||
flake
|
flake
|
||||||
|
|
||||||
|
[travis]
|
||||||
|
python =
|
||||||
|
3.5: py35, flake
|
||||||
|
3.6: py36
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = py.test
|
commands = py.test
|
||||||
deps =
|
deps =
|
||||||
|
|
Loading…
Reference in a new issue