We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ee0e9 commit 05ed7e2Copy full SHA for 05ed7e2
.travis.yml
@@ -5,8 +5,6 @@ python:
5
- pypy
6
- 3.3
7
- 3.4
8
-before_script:
9
- - pip install -r requirements.txt
10
script:
11
- flake8 .
12
- isort --recursive --diff . && isort --recursive --check-only .
0 commit comments