1
0
Fork 0
mirror of synced 2024-06-22 17:01:10 -04:00
dotbot/.travis.yml
Anish Athalye 4ca0cb5445 Update Travis CI config
- Use Xenial for all tests
- Drop support for Python 3.2 and Python 3.3
2019-08-18 14:17:55 -04:00

17 lines
170 B
YAML

dist: xenial
language: python
python:
- "2.7"
- "pypy"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "nightly"
- "pypy3"
sudo: false
script:
- ./test/test_travis