Skip to content

Commit

Permalink
Remove Python version 3.3 from automated tests.
Browse files Browse the repository at this point in the history
Nose dropped support for Python 3.3, so to keep tests simple, drop it.
  • Loading branch information
corydolphin authored Jul 10, 2018
1 parent caa7ba1 commit 0fc5ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ language: python
python:
- '2.6'
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
- pypy

env:
Expand Down

0 comments on commit 0fc5ebe

Please sign in to comment.