minitor/.travis.yml
Ian Fijolek 8169b4257a
All checks were successful
continuous-integration/drone/push Build is passing
Fix drone and travis builds
* 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
2019-06-03 10:56:42 -07:00

11 lines
113 B
YAML

dist: xenial
language: python
python:
- "3.4"
- "3.6"
- "3.7"
install:
- pip install tox
script:
- tox