We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d8601 commit 85b65eaCopy full SHA for 85b65ea
.travis.yml
@@ -1,13 +1,13 @@
1
sudo: false
2
language: python
3
python:
4
- - "3.6"
5
- - "3.7"
6
- - "3.8"
+ - "3.6"
+ - "3.7"
+ - "3.8"
7
8
before_install:
9
- - sudo apt-get update
+ - sudo apt-get update
10
11
script:
12
- - python setup.py check
13
- - python setup.py install
+ - echo 'building test'
+ - ./test.sh
test.sh
@@ -0,0 +1,3 @@
+python setup.py check
+python setup.py bdist_wheel
+python setup.py install
0 commit comments