Skip to content

Commit

Permalink
Dont test against python 3.2 so far
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Kudinov committed Nov 27, 2017
1 parent 2a54b81 commit d135e19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- python setup.py install
# command to run tests
script:
- python setup.py test

0 comments on commit d135e19

Please sign in to comment.