Skip to content

Commit

Permalink
Add tests for more Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Mar 6, 2017
1 parent 847cb10 commit 2abfa7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ indent_size = 4
[*.bash]
indent_size = 4

[*.yml]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
language: python
python:
- "2.7"
- "pypy"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy3"

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion test/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Vagrantfile]
indent_size = 2

[test]
[{test,test_travis}]
indent_size = 4

0 comments on commit 2abfa7f

Please sign in to comment.