Skip to content

Commit 54ec869

Browse files
committed
Drop Python 3.4 and fix encoding error.
1 parent ad7fd5a commit 54ec869

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ matrix:
77
include:
88
- python: 2.7
99
env: TEST_TARGET=default
10-
- python: 3.4
11-
env: TEST_TARGET=default
1210
- python: 3.5
1311
env: TEST_TARGET=default
1412
- python: 3.6

ctd/plotting.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# -*- coding: utf-8 -*-
2+
3+
14
from __future__ import (absolute_import, division, print_function)
25

36
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)