8000 Add missing env keys · pythonthings/github3.py@8cdb711 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cdb711

Browse files
committed
Add missing env keys
1 parent 869731b commit 8cdb711

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ matrix:
4343
env: TOXENV=py35 REQUESTS_VERSION=""
4444
- python: pypy
4545
env: TOXENV=pypy REQUESTS_VERSION=""
46-
- TOXENV=py27-flake8
47-
- TOXENV=py34-flake8
48-
- TOXENV=docstrings
49-
- TOXENV=notebooks
46+
- env: TOXENV=py27-flake8
47+
- env: TOXENV=py34-flake8
48+
- env: TOXENV=docstrings
49+
- env: TOXENV=notebooks
5050
fast_finish: true
5151
allow_failures:
5252
- env: TOXENV=docstrings

0 commit comments

Comments
 (0)
0