Skip to content

Commit

Permalink
Try to solve travis build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
George Ma committed Feb 16, 2021
1 parent ad57525 commit 1db00d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cookiecutterrc
Expand Up @@ -17,7 +17,7 @@ cookiecutter:
email: contact@ionelmc.ro
full_name: Ionel Cristian Mărieș
github_username: ionelmc
landscape: yes
landscape: no
license: BSD 2-Clause License
linter: flake8
package_name: prefetch
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -61,13 +61,13 @@ matrix:
sudo: required
env:
- TOXENV=py37-dj111,report,coveralls,codecov
- python: 'pypy-5.4'
- python: 'pypy2'
env:
- TOXENV=pypy-dj19,report,coveralls,codecov
- python: 'pypy-5.4'
- python: 'pypy2'
env:
- TOXENV=pypy-dj110,report,coveralls,codecov
- python: 'pypy-5.4'
- python: 'pypy2'
env:
- TOXENV=pypy-dj111,report,coveralls,codecov
before_install:
Expand Down

0 comments on commit 1db00d9

Please sign in to comment.