Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Wagtail Videos
Commits
0a4afb0e
Commit
0a4afb0e
authored
Jul 05, 2019
by
Seb
Browse files
python 3.7 isnt a thing on travis?
parent
7f7c3d03
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
0a4afb0e
...
@@ -12,7 +12,6 @@ env:
...
@@ -12,7 +12,6 @@ env:
python
:
python
:
-
3.5
-
3.5
-
3.6
-
3.6
-
3.7
env
:
env
:
-
DJANGO='20' WAGTAIL='24'
-
DJANGO='20' WAGTAIL='24'
...
...
tox.ini
View file @
0a4afb0e
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
skip_missing_interpreters
=
True
skip_missing_interpreters
=
True
envlist
=
envlist
=
py{35,36
,37
}-dj{20,21}-wt24
py{35,36}-dj{20,21}-wt24
py{35,36
,37
}-dj{20,21,22}-wt25
py{35,36}-dj{20,21,22}-wt25
# Enforce good style
# Enforce good style
flake8,isort
flake8,isort
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment