Skip to content

Commit

Permalink
more CI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed May 21, 2019
1 parent 3764967 commit 0933907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
. venv/bin/activate
echo "tox" >> requirements.txt
pip install -r requirements.txt
pip install -r requirements-dev.txt
- save_cache:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ notifications:
# Install packages
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then travis_retry pip install pyliblzma; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then travis_retry pip install pylzss paq; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then travis_retry pip install paq; fi
- travis_retry pip install coveralls
- travis_retry pip install -r requirements.txt
- travis_retry pip install -r requirements-dev.txt
Expand Down

0 comments on commit 0933907

Please sign in to comment.