Skip to content

Commit

Permalink
remove python 2 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Dec 14, 2018
1 parent 313138b commit a189bb5
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 @@ -2,8 +2,8 @@ language: python
cache: pip
sudo: false

# FIXME - ideally need to test on python 2
python:
- "2.6"
- "3.6"
- "3.7-dev"

Expand Down

0 comments on commit a189bb5

Please sign in to comment.