Skip to content

Commit

Permalink
Another attempt to fix the travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
JukkaL committed Mar 2, 2017
1 parent 097da8f commit d19fa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ install:
- python setup.py install

script:
- python runtests.py -x lint -j16
- python runtests.py -x lint -j4
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8; fi

0 comments on commit d19fa40

Please sign in to comment.