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 e277fcf commit 59fef06Copy full SHA for 59fef06
.travis.yml
@@ -40,7 +40,7 @@ install:
40
script:
41
# Run the enaml test suite
42
- cd $TRAVIS_BUILD_DIR
43
- - py.test tests --cov enaml-native --cov-report xml -v
+ - py.test tests --cov-report xml -v
44
45
after_success:
46
README.md
@@ -1,5 +1,7 @@
1
# enaml-native-cli
2
3
+[](https://travis-ci.org/codelv/enaml-native-cli)
4
+
5
Cli for [enaml-native](https://github.com/codelv/enaml-native). This is for the new build system
6
which allows more modular app builds.
7
0 commit comments