We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763312a commit 747ff5aCopy full SHA for 747ff5a
.travis.yml
@@ -1,7 +1,6 @@
1
language: python
2
3
python:
4
- - "3.5"
5
- "3.6"
6
- "3.7-dev"
7
- "pypy3"
HISTORY.rst
@@ -10,6 +10,7 @@ Changes
10
~~~~~~~
11
- Nicfit.config (previously from _config)
12
- Config files no longer created/touched by default.
13
+- Python 3.6+ support only
14
15
Fix
16
~~~
tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py35, py36
+envlist = py36
[testenv]
commands = pip install -e .
0 commit comments