Add Python versions and variants to CI

This commit is contained in:
Andrew Rabert 2018-07-19 23:49:48 -04:00
parent 1fa05593d7
commit a1b92809f4

View file

@ -3,7 +3,10 @@ python:
- 2.7
- 3.4
- 3.5
- pypy
- 3.6
- 3.7-dev
- pypy2
- pypy3
before_install:
- pip install nose coverage codecov
- pip install -r requires/testing.txt