Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Travis CI: Install py.test 2.7.3 to support Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Sep 17, 2015
1 parent 64efbdf commit e825d1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,7 @@ before_install:
- git submodule update --init --recursive

install:
- pip install pytest==2.7.3
- pip install -r requirements-devel.txt
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-py2.txt --use-mirrors; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install argparse; fi
Expand Down

0 comments on commit e825d1c

Please sign in to comment.