Skip to content

Commit

Permalink
Removing special pycodestyle settings
Browse files Browse the repository at this point in the history
  • Loading branch information
smmaurer committed May 5, 2020
1 parent a765416 commit ffb677a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_script:
- cd ..

script:
- pycodestyle urbansim
- pycodestyle --max-line-length=100 urbansim
- py.test --cov urbansim --cov-report term-missing
- cd sanfran_urbansim; python Simulation.py
- cd ..
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ before_test:
- cd..

test_script:
- pycodestyle urbansim
- pycodestyle --max-line-length=100 urbansim
- pytest urbansim
- cd sanfran_urbansim & python Simulation.py
3 changes: 0 additions & 3 deletions setup.cfg

This file was deleted.

0 comments on commit ffb677a

Please sign in to comment.