Skip to content

Commit

Permalink
ci job: Update requirements travis to pull astroid
Browse files Browse the repository at this point in the history
Since in python 2.6 using astroid 1.2.1 is necessary
(it's the last 2.6 compatible version).

Signed-off-by: Lucas Meneghel Rodrigues <lmr@scylladb.com>
  • Loading branch information
lmr committed Dec 1, 2015
1 parent e264c86 commit ea58f5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ language: python
python:
- "2.7"
- "2.6"
sudo: false

install:
- pip install -r requirements-travis.txt
- if [ $TRAVIS_PYTHON_VERSION == '2.6' ]; then pip install -r requirements-travis-python26.txt; fi
- pip install -r requirements-travis.txt


script:
- make check
1 change: 1 addition & 0 deletions requirements-travis-python26.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
astroid==1.2.1
logutils==0.3.3

0 comments on commit ea58f5f

Please sign in to comment.