Skip to content

Commit

Permalink
Merge pull request #8 from mutpy/fix-tests
Browse files Browse the repository at this point in the history
Fix travis tests
  • Loading branch information
phihos authored Sep 26, 2018
2 parents 9594e18 + 952241e commit 6b852f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ python:
- "3.5"
- "3.6"
install:
# python 2.6 and 3.3 compatibility
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install pycparser==2.14 cryptography==2.1.4; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.3 ]]; then pip install virtualenv==15.1.0 setuptools==39.2.0; fi
- pip install tox-travis
- pip install coveralls
script:
Expand Down

0 comments on commit 6b852f5

Please sign in to comment.