Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Jan 4, 2020
1 parent a1d2d8b commit 4837766
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ before_install:
$PRE_CMD /bin/sh
install:
- pip install --user -r requirements/travis.txt
- python3 -m pip install --user -r requirements/travis.txt
- scripts/start-devpi.sh -u user -x dev http://localhost:3141
- export PIP_INDEX_URL=http://localhost:3141/user/dev/+simple/

Expand All @@ -50,7 +50,7 @@ script:
- docker cp requirements/ $CONTAINER:/root/requirements/
- ls -A wheelhouse | grep -q . && ls -A wheelhouse
- twine check wheelhouse/*
- python setup.py sdist -d sdist
- python3 setup.py sdist -d sdist
- devpi upload wheelhouse/* sdist/*
- devpi list python-mbedtls
- |
Expand Down
7 changes: 5 additions & 2 deletions requirements/tests.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
coverage < 5.0
cython
pytest
pytest < 5.0.0 # For Python < 3.5
pytest-cov
pytest-repeat
readme_renderer
pygments==2.3.1 # via readme-renderer, version for Python 3.4

importlib-metadata < 1.2.0 # via pluggy, pytest; for Python 3.4
more-itertools < 6.0.0 # via pytest, zipp; for Python < 3.5
pygments < 2.4.0 # via readme-renderer; for Python 3.4
9 changes: 5 additions & 4 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@
#
# pip-compile requirements/tests.in
#
atomicwrites==1.3.0 # via pytest
attrs==19.3.0 # via pytest
bleach==3.1.0 # via readme-renderer
coverage==4.5.4
cython==0.29.14
docutils==0.15.2 # via readme-renderer
importlib-metadata==1.3.0 # via pluggy, pytest
more-itertools==8.0.2 # via pytest, zipp
importlib-metadata==1.1.3
more-itertools==5.0.0
packaging==19.2 # via pytest
pluggy==0.13.1 # via pytest
py==1.8.1 # via pytest
pygments==2.3.1
pyparsing==2.4.6 # via packaging
pytest-cov==2.8.1
pytest-repeat==0.8.0
pytest==5.3.2
pytest==4.6.9
readme-renderer==24.0
six==1.13.0 # via bleach, packaging, readme-renderer
six==1.13.0 # via bleach, more-itertools, packaging, pytest, readme-renderer
wcwidth==0.1.8 # via pytest
webencodings==0.5.1 # via bleach
zipp==0.6.0 # via importlib-metadata

0 comments on commit 4837766

Please sign in to comment.