Skip to content

Commit

Permalink
Added versions to packages in travis file. Added settings for pycodes…
Browse files Browse the repository at this point in the history
…tyle check.
  • Loading branch information
varmar05 authored and PeterPetrik committed Jan 16, 2019
1 parent 0cbb6ee commit 4c50a82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python
python:
- '3.6'
install:
- pip install pytest pytest-cov pycodestyle
- pip install pytest==3.7.1 pytest-cov==2.6.1 pycodestyle==2.4.0
script:
- pytest crayfish/tests/ --cov=crayfish --cov-report term-missing
- pycodestyle --statistics crayfish
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pycodestyle]
max-line-length = 128

0 comments on commit 4c50a82

Please sign in to comment.