Skip to content
Snippets Groups Projects
Commit 180e3de5 authored by nimrod's avatar nimrod
Browse files

- Added Travis CI.

parent a90e216b
Branches
No related tags found
No related merge requests found
---
language: python
python: ["2.7", "3.2", "3.3", "3.4", "3.5"]
dist: trusty
sudo: false
cache:
- pip
install:
- pip install tox-travis
script:
- tox
notifications:
email: false
[tox]
envlist = py{2,3}
[travis]
python =
2.7: py2
3.2: py3
3.3: py3
3.4: py3
3.5: py3
[testenv]
basepython =
py2: python2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment