We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05aeb7 commit 7e897ceCopy full SHA for 7e897ce
.travis.yml
@@ -8,7 +8,7 @@ install:
8
- pip install coverage
9
- pip install flake8 pytest PyYAML
10
- pip install coveralls
11
-- pip install setuptools --upgrade
+- pip install setuptools==70.0.0
12
script:
13
- flake8 ./ || travis_terminate 1;
14
- python setup.py test || travis_terminate 1;
0 commit comments