Added test for out of order receive and fix bug creating task
[osm/N2VC.git] / .travis.yml
index b7e82d2..9716fea 100644 (file)
@@ -13,6 +13,6 @@ before_install:
 install: pip install tox-travis
 before_script:
   - sudo -E sudo -u $USER -E bash -c "juju bootstrap localhost test"
-script: tox
+script: tox -e py35,integration
 after_script:
   - sudo -E sudo -u $USER -E bash -c "juju destroy-controller --destroy-all-models -y test"