Skip to content

Commit

Permalink
Remove Python2 compatibility
Browse files Browse the repository at this point in the history
We've done a lot of work migrating our apps and libs to Python 3, so we
are no longer actively looking to support Python 2. The only known
things left running on Python 2 are a couple of scripts in dm-scripts,
but we have tickets to update these to Python 3 in the immediate future
and they are unlikely to be run before that happens.
  • Loading branch information
Samuel Williams authored and Samuel Williams committed Mar 15, 2018
1 parent 6cba77e commit 56ea943
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "2.7"
- "3.6"
install:
- pip install -r requirements-dev.txt
Expand Down

0 comments on commit 56ea943

Please sign in to comment.