Skip to content

Commit

Permalink
adds tox tests to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
medecau committed Apr 15, 2017
1 parent e3fde73 commit 0881b24
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -1,7 +1,20 @@
sudo: false
language: python
python:
- '2.7'
- '3.5'
matrix:
include:
- python: 2.7
env: TOXENV=py27
install: tox
script: tox
- python: 3.6
env: TOXENV=py36
install: tox
script: tox
- python: 3.5
env: CODESTYLE=true
install:
- 'pip install -r requirements.txt'
- 'pip install -r requirements.test.txt'
Expand Down

0 comments on commit 0881b24

Please sign in to comment.