Browse Source

Just use setup.py test for travis

pull/47/head
andrei 8 years ago
parent
commit
19f0d766ad
  1. 2
      .travis.yml

2
.travis.yml

@ -10,4 +10,4 @@ python:
- '3.6'
- 'nightly'
script: 'py.test'
script: 'python setup.py test'

Loading…
Cancel
Save