Skip to content

Commit

Permalink
Remove travis comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Oct 19, 2016
1 parent da382a1 commit a74e606
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ python:
- "3.4"
- "3.5"

# command to install dependencies
install:
- pip install .
- pip install -r requirements.txt
Expand All @@ -17,7 +16,6 @@ install:
before_script:
- python -m tests.test_server &

# command to run tests
script:
- py.test --ignore=tests/functional/test_functional.py --ignore=tests/test_server.py --cov requests_ntlm --cov-report term-missing tests

Expand Down

0 comments on commit a74e606

Please sign in to comment.