Skip to content

Commit

Permalink
travis: Remove Python 3.3 from the supported versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogério Brito committed Jul 24, 2018
1 parent fe82caa commit 2f1cda0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
matrix:
allow_failures:
- python: "3.3"
- python: "pypy"
# command to install dependencies
install:
Expand Down

0 comments on commit 2f1cda0

Please sign in to comment.