Ian Fijolek
8169b4257a
All checks were successful
continuous-integration/drone/push Build is passing
* Correct env variable name in minitor_test * Adding more test environments, skipping python 3.5 because lack of assert_called_once support * Using default travis python environments
11 lines
113 B
YAML
11 lines
113 B
YAML
dist: xenial
|
|
language: python
|
|
python:
|
|
- "3.4"
|
|
- "3.6"
|
|
- "3.7"
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox
|