Add tests for more Python versions

pull/114/head
Anish Athalye 7 years ago
parent 847cb101d4
commit 2abfa7fd91
  1. 3
      .editorconfig
  2. 4
      .travis.yml
  3. 2
      test/.editorconfig

@ -13,5 +13,8 @@ indent_size = 4
[*.bash]
indent_size = 4
[*.yml]
indent_size = 2
[*.md]
trim_trailing_whitespace = false

@ -1,10 +1,14 @@
language: python
python:
- "2.7"
- "pypy"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy3"
sudo: false

@ -1,5 +1,5 @@
[Vagrantfile]
indent_size = 2
[test]
[{test,test_travis}]
indent_size = 4

Loading…
Cancel
Save