Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
[DEL] Removido suporte para python 3.3 e 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Apr 11, 2018
1 parent 9e8bf9e commit 52e7f52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ language: python

matrix:
include:
- python: 3.3
env: TOX_ENV=py33
- python: 3.4
env: TOX_ENV=py34
- python: 3.5
env: TOX_ENV=py35
- python: 3.6
env: TOX_ENV=py36
- python: 3.5
- python: 3.6
env: TOX_ENV=flake8
- python: 3.5
- python: 3.6
env: TOX_ENV=coverage

install:
Expand All @@ -33,4 +29,4 @@ deploy:
on:
tags: true
repo: mstuttgart/pysigep
condition: ${TOX_ENV} == py35
condition: ${TOX_ENV} == py36
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py33, py34, py35, py36, flake8, coverage
envlist = py35, py36, flake8, coverage

[testenv:coverage]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
Expand All @@ -12,7 +12,7 @@ commands =
[testenv:flake8]
basepython=python
deps=flake8
commands=flake8 --ignore=F401 pysigep
commands=flake8 --ignore=F401,F501 pysigep

[testenv]
setenv =
Expand Down

0 comments on commit 52e7f52

Please sign in to comment.