Skip to content
Snippets Groups Projects
Commit 67b68646 authored by Michael Williamson's avatar Michael Williamson
Browse files

Use tox to run tests

parent e4ec5fb6
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,4 @@ pytoml.egg-info/
venv/
.idea/
__pycache__/
.tox/
sudo: false
language: python
python:
- "2.6"
......@@ -5,4 +6,5 @@ python:
- "3.3"
- "3.4"
- "3.5"
script: python ./setup.py install && python ./test/test.py
install: pip install tox-travis
script: tox
[tox]
envlist = py26,py27,py33,py34,py35
[testenv]
commands=
python ./test/test.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment