Skip to content

Commit

Permalink
Updated to correct versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cblignaut committed Apr 30, 2019
1 parent 59b2f68 commit 80b1b40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ matrix:
- python: "3.5"
env: TOXENV=django21-py35
- python: "3.5"
env: TOXENV=django22-py356
env: TOXENV=django22-py357

- python: "3.6"
env: TOXENV=django111-py36
Expand All @@ -31,7 +31,7 @@ matrix:
- python: "3.6"
env: TOXENV=django21-py36
- python: "3.6"
env: TOXENV=django22-py367
env: TOXENV=django22-py368

- python: "3.7"
sudo: required
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Requirements

Tested with:

* Python: 2.7, 3.5.6, 3.6.7, 3.7
* Python: 2.7, 3.5.7, 3.6.8, 3.7
* Django: 1.11, 2.0, 2.1, 2.2


Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist =
pycodestyle-{py27,py37},
django{111,2,21}-{py27,py35,py36,py37}
django{22}-{py356,py367,py37}
django{22}-{py357,py368,py37}

[testenv]
deps =
Expand Down

0 comments on commit 80b1b40

Please sign in to comment.