Skip to content

Commit

Permalink
Include required Python versions for Travis build.
Browse files Browse the repository at this point in the history
Use tox-travis to run correct tox env for each Python version.
  • Loading branch information
b4hand committed Nov 10, 2017
1 parent 2729c1a commit 72608ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ before_install:
- make qless-core
- sudo apt-get install -y libevent-dev python-all-dev python3-all-dev
language: python
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
install: pip install tox
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install: pip install tox tox-travis
script: tox
cache:
directories:
Expand Down

0 comments on commit 72608ef

Please sign in to comment.