Skip to content

Commit

Permalink
update packages; pep8 -> pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jpweytjens committed Jul 31, 2019
1 parent cb38cf4 commit 399cf15
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ script:
- cd tests && make && cd -
- nosetests --with-coverage --cover-package=textract
- cd tests && pytest && cd -
- pep8 textract/ bin/textract
- pycodestyle textract/ bin/textract
- if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]];
then cd docs && make html && cd -;
fi
Expand Down
2 changes: 1 addition & 1 deletion requirements/python
Expand Up @@ -2,7 +2,7 @@
# package in order for it to properly work.

argcomplete==1.10.0
beautifulsoup4==4.7.1
beautifulsoup4==4.8.0
chardet==3.0.4
docx2txt==0.8
EbookLib==0.17.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/python-dev2
Expand Up @@ -5,7 +5,7 @@
-r python

# needed for tests/run.py script to read .travis.yml file
coveralls==1.8.1
coveralls==1.8.2
nose==1.3.7
pep8==1.7.1
PyYAML==5.1.1
Expand Down
6 changes: 3 additions & 3 deletions requirements/python-dev3
Expand Up @@ -5,12 +5,12 @@
-r python

# needed for tests/run.py script to read .travis.yml file
coveralls==1.8.1
coveralls==1.8.2
nose==1.3.7
pep8==1.7.1
pycodestyle==2.5.0
PyYAML==5.1.1
requests==2.22.0
pytest==5.0.1
requests==2.22.0

# needed for managing versions
bumpversion==0.5.3

0 comments on commit 399cf15

Please sign in to comment.