Skip to content

Commit 747ff5a

Browse files
committed
Python 3.6+ only (!wip)
1 parent 763312a commit 747ff5a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22

33
python:
4-
- "3.5"
54
- "3.6"
65
- "3.7-dev"
76
- "pypy3"

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Changes
1010
~~~~~~~
1111
- Nicfit.config (previously from _config)
1212
- Config files no longer created/touched by default.
13+
- Python 3.6+ support only
1314

1415
Fix
1516
~~~

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py35, py36
2+
envlist = py36
33

44
[testenv]
55
commands = pip install -e .

0 commit comments

Comments
 (0)