Skip to content

Commit

Permalink
Updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahhhhmed committed Mar 2, 2018
1 parent 0d85fc6 commit 3902a65
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
# PyPy versions
- "pypy2.7"
- "pypy3.5"
# command to install dependencies
install:
- pip install .
# command to run tests
script: pytest
script: python -m unittest

0 comments on commit 3902a65

Please sign in to comment.