Skip to content

Commit

Permalink
adds tox to the travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
medecau committed Jul 31, 2016
1 parent a28770a commit 7d88bb6
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
sudo: false
language: python
python: "3.5"
env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=codestyle
- TOXENV=pypi-lint

python:
- "3.3"
- "3.4"
- "3.5"

before_script:
- cp tests/config-travisci.py config.py

install:
- pip install --upgrade pip
- pip install -e .
- pip install slackclient # Optional dependency but Slack tests are skipped without it
- pip freeze

script: ./run_tests.py


# New travis docker base build.
sudo: false
install: pip install tox
before_script: cp tests/config-travisci.py config.py
script: tox

# notification for gitter integration
notifications:
Expand Down

0 comments on commit 7d88bb6

Please sign in to comment.