Skip to content

Commit

Permalink
Dropped Python 3.3 as issue is in flake8 it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfson committed Nov 14, 2018
1 parent 18b3740 commit 24eede3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"

Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nose==1.3.0
PyYAML==3.10
flake8==3.6.0
flake8-quotes==1.0.0
flake8==2.2.3
flake8-quotes==0.0.1

0 comments on commit 24eede3

Please sign in to comment.