Skip to content

Commit

Permalink
add python 3.5 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Jun 4, 2016
1 parent cc5b3c1 commit facd5f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install -r py26-requirements.txt; fi
- pip install -r requirements.txt
- pip install pytest-cov --use-mirrors
- pip install coveralls --use-mirrors
- pip install pytest-cov
- pip install coveralls
#- pip install pytest # installed by Travis by default already
script:
- RUN_SLOW_TESTS_TOO=1 py.test --cov rq
Expand Down

0 comments on commit facd5f6

Please sign in to comment.