We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bb65a commit 7df90afCopy full SHA for 7df90af
.travis.yml
@@ -1,8 +1,8 @@
1
language: python
2
python:
3
- - "3.6"
4
- - "3.7"
5
- - "3.8"
+ #- "3.6"
+ - "3.7.2"
+ #- "3.8"
6
# - "weekly" # weekly build
7
# - "nightly" # nightly build
8
# command to install dependencies
requirements.txt
@@ -6,3 +6,4 @@ matplotlib>=3.2
numpy>=1.18
codecov==2.1.11
dill==0.3.4
9
+packaging>=20.0
0 commit comments