Skip to content

Commit

Permalink
Drop python 3.4, it removes unittest functions we were using
Browse files Browse the repository at this point in the history
  • Loading branch information
agjohnson committed May 3, 2017
1 parent 0d89eb5 commit af02251
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
sudo: false
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py{27,34,35,36}-sphinx{13,14,15}
py{27,35,36}-sphinx{13,14,15}
lint

[testenv]
Expand Down

0 comments on commit af02251

Please sign in to comment.