Skip to content

Commit

Permalink
Remove comments from travis configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
buddly27 committed Jun 3, 2017
1 parent 54d0e89 commit 003f6fc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ python:
- "3.2"
- "3.3"
- "3.4"
# PyPy versions
- "pypy" # PyPy2 2.5.0
- "pypy3" # Pypy3 2.4.0
- "pypy"
- "pypy3"
- "pypy-5.3.1"
# command to install dependencies
install:
- pip install .[test]
# command to run tests
script: pytest

0 comments on commit 003f6fc

Please sign in to comment.