Skip to content

Commit

Permalink
Get rid of 2.6 and 3.3 CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Oct 27, 2017
1 parent 980ccf5 commit 1ccc871
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,9 +1,7 @@
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand Down

1 comment on commit 1ccc871

@hugovk
Copy link
Contributor

@hugovk hugovk commented on 1ccc871 Oct 27, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget setup.py

Please sign in to comment.