summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorZach Smith <subsetpark@gmail.com>2017-05-24 16:28:39 -0400
committerGitHub <noreply@github.com>2017-05-24 16:28:39 -0400
commitfce7f146a3c70e637af86e9fa9856515d3165b8f (patch)
tree37ac5d8b4371b0392bd777826d1df4f30e582e49 /.travis.yml
parent9ac94290ef5dc2d1f03fd5001f595ac60938660b (diff)
parent8d274807a2478817bc3f40f1ee3d73660461d7a9 (diff)
downloadpycco-fce7f146a3c70e637af86e9fa9856515d3165b8f.tar.gz
Merge pull request #100 from medecau/travis-is-toxic
Adds tox tests to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 62e7c6b..a4d0789 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+sudo: false
language: python
python:
- '2.7'
@@ -10,3 +11,15 @@ script:
- 'python -m pycco.main pycco/main.py'
after_success:
- coveralls
+matrix:
+ include:
+ - python: 3.5
+ env: CODESTYLE=true
+ - python: 2.7
+ env: TOXENV=py27
+ install: pip install tox
+ script: tox
+ - python: 3.6
+ env: TOXENV=py36
+ install: pip install tox
+ script: tox