There was an error while loading. Please reload this page.
1 parent b413826 commit 6609a32Copy full SHA for 6609a32
.travis.yml
@@ -1,7 +1,9 @@
1
sudo: false
2
language: python
3
install: pip install tox
4
-script: tox
+script:
5
+ - make compile
6
+ - tox
7
python:
8
- 3.5
9
env:
0 commit comments