Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Remove test for python 3.2 and add 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
l01cd3v committed Nov 11, 2016
1 parent d527675 commit e7b78a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,9 +1,9 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "nightly"
# command to install dependencies
install: "pip install -r requirements.txt"
Expand Down

0 comments on commit e7b78a8

Please sign in to comment.