Skip to content

Commit

Permalink
Drop python 3.4 and 3.5 as we only need to test in 2.7 and in
Browse files Browse the repository at this point in the history
near future hopefully only in 3.6.

this change will make travis builds faster!
  • Loading branch information
rochacbruno authored and renzon committed Jan 5, 2018
1 parent 7dc85c2 commit d682c2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install -U pip
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36
envlist = py27,py36
[testenv]
deps=
-rrequirements.txt
Expand Down

0 comments on commit d682c2d

Please sign in to comment.