Skip to content

Commit

Permalink
Merge d11bfaa into b06b3ee
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed May 31, 2017
2 parents b06b3ee + d11bfaa commit df69e41
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ python:
- 3.3
- 3.4
- 3.5
- 3.6
- pypy
install:
- pip install -r requirements.txt
- pip install pytest>=2.7.3 --upgrade
- pip install pylint
- pip install pip --upgrade
- pip install -e .[dev,test]
- pip install pytest --upgrade
- pip install coveralls
script:
- if [ $TRAVIS_PYTHON_VERSION != 2.6 ]; then pylint rebulk; fi
Expand Down

0 comments on commit df69e41

Please sign in to comment.