Skip to content

Commit

Permalink
fix CI on py2.6 and py3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Apr 17, 2019
1 parent 6e7b05f commit 1d11ab8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:
- "pypy"
- "pypy3"
install:
- pip install python-coveralls
- if [[ -e build-requirements-${TRAVIS_PYTHON_VERSION}.txt ]]; then travis_retry pip install -r build-requirements-${TRAVIS_PYTHON_VERSION}.txt; else travis_retry pip install -r build-requirements.txt; fi
script:
- coverage run setup.py test
- python setup.py speed
Expand Down
3 changes: 3 additions & 0 deletions build-requirements-2.6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tox
coveralls<1.3.0
idna<2.8
9 changes: 9 additions & 0 deletions build-requirements-3.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
coveralls<1
pylint<2.0
coverage<4
requests<2.11
urllib3<1.11
PyYAML<3.13
tox<3.0
wheel<0.30
virtualenv==15.2.0
4 changes: 4 additions & 0 deletions build-requirements-3.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
python-coveralls
tox<3.0
wheel<0.30
virtualenv==15.2.0
1 change: 1 addition & 0 deletions build-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-coveralls

0 comments on commit 1d11ab8

Please sign in to comment.