Skip to content

Commit

Permalink
UPD revert to python 3.6
Browse files Browse the repository at this point in the history
- Python 3.7 is not automatically available for travis VM.
  • Loading branch information
mateuszkrasucki committed Jul 23, 2019
1 parent 080b15f commit d8dddf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
python:
- '3.7'
- '3.6'
env:
- TOXENV=python3.7
- TOXENV=python3.6
- TOXENV=pylint
- TOXENV=flake8
before_install:
Expand All @@ -26,7 +26,7 @@ deploy:
on:
tags: true
repo: ccpgames/eve-glue
condition: "$TOXENV = python3.7"
condition: "$TOXENV = python3.6"
- provider: releases
api_key:
secure: Jlovlm5bAB94gikGdl5GPlAe1waLSBBfCOBOmjP8nawWQQLXXt2REHyYzPfVt0EkyA2ZQo3MwtdvPnGLUy2UOg+043mUvnyJvcR4QsMdXuJJXNvE4g38L1zs3tGHOTcslhPEZdpJT5wJomMcYRuR0DIAlKa5PgunYVTU38ezsr4nMmtQNg3C7eENZSjU7rYGAWGOtePljOAC4P8xM8p9fYdkdjnJ/cxX4vCvJDSBdbYq/Cmffv91N5IElWVoqL7W2GT0WAmdMD62C0/TR6kq1GzODLwGSF60cImB192MWeRqaknF+a5ctUTu89zLgVjoB0pGstg7+Yyoxtf5WqU/GZ/Te7aLbnosNm8SoqzghkCfppn3rZBjJ14L1y5efJ+/6QhpeJyGW3KotMDl1rkuCo/F9K4EXSpMk/lK92ogT1VRvjWtqZy2/jI0zmheSihfbdctajWBqSK/T6XyFTbqnGX40mB/hDqWZqIkffoEnSLnUFjujALRnzV9DXJP/ZTNbsIq5x/uCfer13riIhXT2D6tROFx9IzLVQhjM+Tbbsv7ZuJ4VbadCGK6eyFp5FrqnmQTL7mGXt8yjI7ClSZXYabgiIGPe5QFdnMA2WDDhRWBH0zmpFlkCg/ACbKrakccOTTW7adngv6lsFf2WhYxevMXjPxl+FonC5aYhQ4gllA=
Expand All @@ -36,4 +36,4 @@ deploy:
on:
tags: true
repo: ccpgames/eve-glue
condition: "$TOXENV = python3.7"
condition: "$TOXENV = python3.6"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = python3.7,flake8,pylint
envlist = python3.6,flake8,pylint

[testenv]
passenv =
Expand Down

0 comments on commit d8dddf9

Please sign in to comment.